summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 96669d2..3b6c40a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -116,7 +116,12 @@ plain variables. This means that `setopt' will execute any
("nongnu" . "https://elpa.nongnu.org/nongnu/"))
;; List of the packages I use from GNU ELPA and NonGNU ELPA.
package-selected-packages
- '(debbugs delight eat elpher))
+ '(delight
+ debbugs
+ elpher
+ eat
+ vertico marginalia orderless corfu consult embark embark-consult
+ wgrep))
(unless package-archive-contents
(package-refresh-contents))