diff options
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/which-key.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/which-key.el b/.emacs.local.d/modes/which-key.el new file mode 100644 index 0000000..1d8fd8d --- /dev/null +++ b/.emacs.local.d/modes/which-key.el @@ -0,0 +1,5 @@ +(use-package which-key + :ensure t + :config + (which-key-mode) +) |