(setq standard-indent 2) (load (expand-file-name "~/.quicklisp/slime-helper.el")) (setq inferior-lisp-program "sbcl") (set-face-attribute 'default nil :height 120) (setq mastodon-instance-url "https://shonk.phite.ro" mastodon-active-user "graphite") (evil-mode 1) (parinfer-rust-mode t) (require 'bshell) (add-hook 'eshell-load-hook #'eat-eshell-mode) (add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode) ; (load (expand-file-name "~/.emacs.d/everblush-theme.el")) (load-theme 'uwu) (if (window-system) (set-frame-size (80 20)))