diff options
author | Alan Pearce | 2015-12-01 10:26:25 +0100 |
---|---|---|
committer | Alan Pearce | 2015-12-01 10:26:25 +0100 |
commit | e3e404e78b5692857410feaf6479ab4a6407bd54 (patch) | |
tree | c3652e85977238deaeccc074b4d2a805bd455719 /tag-emacs | |
parent | 2384e5742f8cd0935c41c32560dbabd5b39e0462 (diff) | |
download | dotfiles-e3e404e78b5692857410feaf6479ab4a6407bd54.tar.lz dotfiles-e3e404e78b5692857410feaf6479ab4a6407bd54.tar.zst dotfiles-e3e404e78b5692857410feaf6479ab4a6407bd54.zip |
Emacs: Setup which-key properly
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 5808807..1c84c79 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-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 |