From 78903f9b75857f4941cb6cc4a381f720efb2d111 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 23 May 2023 16:05:38 +0100 Subject: [PATCH] Add some bindings for elpaca --- .emacs.d/lisp/init-packages.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)