mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-12 19:43:07 +02:00
d8382dba33
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
15 lines
548 B
EmacsLisp
15 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)))
|