summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-28 22:09:23 +0200
committerThanos Apollo <[email protected]>2024-01-28 22:09:23 +0200
commit6768bae7c54554f38a6ddb7121fb6cc10709d881 (patch)
tree2dec1c518ae6b2da741318adcea36a002b35d33d
parent8becc98096f380a3ccc77441318ccec4cb0e7170 (diff)
emacs: ensure which-key
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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))