From 6768bae7c54554f38a6ddb7121fb6cc10709d881 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 28 Jan 2024 22:09:23 +0200 Subject: emacs: ensure which-key --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 150ed9b..e2d5078 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -294,7 +294,7 @@ ("C-c i" . org-id-get-create))) (use-package which-key - :defer t + :ensure t :config (which-key-mode 1)) -- cgit v1.2.3