Update .emacs
This commit is contained in:
parent
d43ccd7033
commit
0268288f22
1 changed files with 3 additions and 1 deletions
4
.emacs
4
.emacs
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue