From 44b23b046abbee7bd94b97a2a377c31aaea1f266 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Sun, 11 Nov 2018 14:07:02 +0100 Subject: [PATCH] Add which-key --- config.org | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index a56dd98..688c74e 100644 --- a/config.org +++ b/config.org @@ -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