From ef0b59fb4008fc697822257fc4349b75c38706da Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Wed, 15 Oct 2025 02:59:25 +0300 Subject: emacs: Updating should also update menus --- emacs/.config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index c43f51a..e7b7e1b 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el @@ -227,6 +227,7 @@ (defun arkta/update-packages () (interactive) + (elpaca-update-menus) (elpaca-update-all) (elpaca-write-lock-file elpaca-lock-file)) -- cgit v1.2.3