aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-09-02 09:46:21 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-09-02 09:46:21 +0200
commit4303c96f4bf6be2cb21cfe9ba0b32f0f7fcfc180 (patch)
tree81e2e02f10079994819549bcf648eb471705e62e /emacs/init.el
parentae08653cfcacf4efd12769d05bb56b48e7b6e5d0 (diff)
downloaddotfiles-4303c96f4bf6be2cb21cfe9ba0b32f0f7fcfc180.tar.gz
dotfiles-4303c96f4bf6be2cb21cfe9ba0b32f0f7fcfc180.zip
emacs: use which-key
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
1 files changed, 5 insertions, 0 deletions
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 ()