diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
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)) |