From 0268288f22f401e23f78c9d80d4779de5714e6e3 Mon Sep 17 00:00:00 2001 From: jt Date: Fri, 17 Jan 2025 00:16:09 +0200 Subject: [PATCH] Update .emacs --- .emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/