all repos — nixfiles @ e3e404e78b5692857410feaf6479ab4a6407bd54

System and user configuration, managed by nix and home-manager

Emacs: Setup which-key properly

Alan Pearce
commit

e3e404e78b5692857410feaf6479ab4a6407bd54

parent

2384e5742f8cd0935c41c32560dbabd5b39e0462

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1021,8 +1021,9 @@ Popup keybindings following a prefix automatically.
#+BEGIN_SRC emacs-lisp (use-package which-key + :diminish which-key-mode :config (progn - (which-key-mode) + (which-key-mode 1) (which-key-setup-side-window-right-bottom))) #+END_SRC