summary refs log tree commit diff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 07:46:03 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-21 07:46:03 -0800
commit4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd (patch)
tree5113a473daf78413c64b5cce15a182eedd0fab0a /emacs/custom/my-packages.el
parentfix(eshell): don't set the color for the prompt (diff)
downloademacs.d-4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd.tar.gz
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
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-packages.el3
1 files changed, 0 insertions, 3 deletions
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)