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-15 07:47:50 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-15 07:47:50 -0800
commitdeca37a94109f75e4b4db3813b4067ba290d7840 (patch)
tree0685d6e369edf262cf34aba89688d4dabb71b8bf /emacs/custom/my-packages.el
parentfix(completion): follow the documentation for eshell integration (diff)
downloademacs.d-deca37a94109f75e4b4db3813b4067ba290d7840.tar.gz
ref(ui): use a theme with nice colors and better font
The ef-themes are similar to modus, but they have a nicer background
color, which is less aggressive than plain white.

Switch to iosevka for the font, it's a bit nicer to my taste.

Change-Id: I21d482b9530f7d1106937d7e97261856ec8c5e61
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-packages.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el
index da5263b..87d15d9 100644
--- a/emacs/custom/my-packages.el
+++ b/emacs/custom/my-packages.el
@@ -7,6 +7,9 @@
 
 (require 'straight)
 
+;; packages related to themes
+(straight-use-package 'ef-themes)
+
 ;; packages needed for LSP
 (straight-use-package 'eglot)