diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-16 20:25:45 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-16 20:25:45 +0100 |
commit | 79e8856de52064fcc577f7bb89eaaabc5b442903 (patch) | |
tree | add4190c8bf3662590b06ea669695ef7ed720247 /dotfiles/.emacs | |
parent | Dofiles: Emacs: Use treemacs instead of dired-sidebar (diff) | |
download | nixos-config-79e8856de52064fcc577f7bb89eaaabc5b442903.tar.gz nixos-config-79e8856de52064fcc577f7bb89eaaabc5b442903.tar.bz2 nixos-config-79e8856de52064fcc577f7bb89eaaabc5b442903.zip |
Dofiles: Emacs: Setup which key
Diffstat (limited to 'dotfiles/.emacs')
-rw-r--r-- | dotfiles/.emacs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs index f20f08a..d4e377a 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -18,7 +18,10 @@ ;; bootstrap straight end (use-package which-key - :ensure t) + :ensure t + :init + (which-key-setup-minibuffer) + (which-key-mode)) (use-package evil :ensure t |