1
0
Fork 0

Update .emacs

This commit is contained in:
Jarkko Toivanen 2025-01-17 00:16:09 +02:00
parent d43ccd7033
commit 0268288f22

4
.emacs
View file

@ -1,9 +1,11 @@
;; Get deps on Debian w/
;; sudo apt install elpa-monokai-theme elpa-go-mode elpa-rust-mode elpa-php-mode elpa-which-key elpa-magit elpa-web-mode elpa-flycheck
;; sudo apt install elpa-monokai-theme elpa-go-mode elpa-rust-mode elpa-php-mode elpa-which-key elpa-magit elpa-web-mode elpa-flycheck elpa-ligatures
;; configure packages that are installed ABOVE
(load-theme 'monokai t)
(which-key-mode +1)
(add-to-list 'default-frame-alist
'(font . "Fira code-12"))
;; Thank you Bozhidar Batsov for inspiration!
;; Inspirational config found from https://github.com/bbatsov/emacs.d/