Add some bindings for elpaca

This commit is contained in:
David Morgan 2023-05-23 16:05:38 +01:00
parent e30e25b1b1
commit 78903f9b75
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 1 deletions

View File

@ -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)