about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-13 14:13:25 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-13 14:13:25 +0100
commit094163650fa4e1f4e034e6b7152de8d0ebf46d0b (patch)
tree1166f31ae7a7be1fd5ad7ef8ba78f9b985844735
parent17a551b6d6e3e6df6804584a28534f1e1ca5db6e (diff)
downloaddotfiles-094163650fa4e1f4e034e6b7152de8d0ebf46d0b.tar.gz
Add more elpaca bindings
-rw-r--r--.emacs.d/lisp/init-packages.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-packages.el b/.emacs.d/lisp/init-packages.el
index 6084df2..48080d8 100644
--- a/.emacs.d/lisp/init-packages.el
+++ b/.emacs.d/lisp/init-packages.el
@@ -56,7 +56,11 @@
         use-package-compute-statistics nil
         debug-on-error init-file-debug)
   (bind-key "C-c e u" 'elpaca-fetch-all)
-  (bind-key "C-c e m" 'elpaca-manager))
+  (bind-key "C-c e m" 'elpaca-manager)
+  (bind-key "C-c e r" 'elpaca-update-menus)
+  (bind-key "C-c e t" 'elpaca-try)
+  (bind-key "C-c e b" 'elpaca-rebuild)
+  (bind-key "C-c e d" 'elpaca-delete))
 
 (elpaca diminish)