summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-28 19:29:15 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-28 19:29:15 -0700
commitbf174a29f429c385acb1e81e822cae8908c8ff3f (patch)
treebf42d9a8b34e5da3b0eaaa7ac86570f972c6fa53 /emacs/init.el
parentinit: ensure packages are installed (diff)
downloademacs.d-bf174a29f429c385acb1e81e822cae8908c8ff3f.tar.gz
further simplifications
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6e7fa64..7ca037e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -15,8 +15,13 @@
 	       "https://melpa.org/packages/"))
 
 (defvar my/package-list '(chef-mode
+                          consult
+                          corfu
                           dockerfile-mode
                           eglot
+                          elfeed
+                          elfeed-org
+                          eshell-bookmark
                           exec-path-from-shell
                           git-commit
                           git-link
@@ -26,15 +31,18 @@
                           hcl-mode
                           jq-format
                           magit
+                          marginalia
                           markdown-mode
                           nix-mode
                           notmuch
+                          orderless
                           protobuf-mode
                           rg
                           systemd
                           terraform-doc
                           terraform-mode
                           use-package
+                          vertico
                           which-key
                           yaml-mode
                           yasnippet)