about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-23 16:05:38 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-23 16:05:38 +0100
commit78903f9b75857f4941cb6cc4a381f720efb2d111 (patch)
tree4d24011c11c6a85c3dbaf19ac7ef6f0c6db9cd91 /.emacs.d
parente30e25b1b1552fd38541f0223abb23035782a3e2 (diff)
downloaddotfiles-78903f9b75857f4941cb6cc4a381f720efb2d111.tar.gz
Add some bindings for elpaca
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-packages.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-packages.el b/.emacs.d/lisp/init-packages.el
index 89bca95..46aa61f 100644
--- a/.emacs.d/lisp/init-packages.el
+++ b/.emacs.d/lisp/init-packages.el
@@ -46,7 +46,9 @@
   ;; Assume :elpaca t unless otherwise specified.
   (setq elpaca-use-package-by-default t
         use-package-always-defer t
-        package-native-compile t))
+        package-native-compile t)
+  (bind-key "C-c e u" 'elpaca-fetch-all)
+  (bind-key "C-c e m" 'elpaca-manager))
 
 (elpaca diminish)