From 4303c96f4bf6be2cb21cfe9ba0b32f0f7fcfc180 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 2 Sep 2016 09:46:21 +0200 Subject: emacs: use which-key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 22856a8..ca679af 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -434,6 +434,11 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (evil-leader/set-key "c" 'twittering-edit-cancel-status))) +;; Shows a popup with the available commands for the current chords. Helpful +;; when you don't remember a specific combination. +(use-package which-key + :ensure t) + ;;; Programming languages. (defun warnings-mode-hook () -- cgit v1.2.3