summaryrefslogtreecommitdiff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
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)