Add which-key

This commit is contained in:
laurensmiers 2018-11-11 14:07:02 +01:00
parent b9d9f3d789
commit 44b23b046a

View file

@ -181,6 +181,19 @@ Disable the generation of backup-files, I don't use them.
(setq make-backup-files nil)
#+END_SRC
* Which-key
Display available keybindings in popup:
https://github.com/justbur/emacs-which-key
#+BEGIN_SRC emacs-lisp
(use-package which-key
:ensure t
:config
(which-key-setup-side-window-bottom)
(which-key-mode))
#+END_SRC
* Theme
#+BEGIN_SRC emacs-lisp
@ -1104,8 +1117,6 @@ https://github.com/kyagi/shell-pop-el
stuff i need to look into:
- ibuffer
- switch-window
- split-and-follow-vertically/horizontally
- which-key
- symon
- spaceline
- async