From 4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Nov 2022 07:46:03 -0800 Subject: ref(ui): switch back to simpler themes/fonts I prefer the simplicity of Source Code Pro as a font, it's less fancy but also more readable to me. I also can't get used to variable pitch for org-mode, I still prefer a monospace font. Change-Id: If174c656309ee29fa80e1610571ff711ed9de6a3 --- emacs/custom/my-packages.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs/custom/my-packages.el') diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index 87d15d9..da5263b 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -7,9 +7,6 @@ (require 'straight) -;; packages related to themes -(straight-use-package 'ef-themes) - ;; packages needed for LSP (straight-use-package 'eglot) -- cgit 1.4.1