diff --git a/.emacs b/.emacs index 3579aa9..c540722 100644 --- a/.emacs +++ b/.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/