nixos-dotfiles/users/ultra/configs/emacs/init.el
Alex Stan d8382dba33 e
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
2024-03-07 16:57:57 +02:00

16 lines
548 B
EmacsLisp

(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)))