diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-09-02 09:46:21 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-09-02 09:46:21 +0200 |
| commit | 4303c96f4bf6be2cb21cfe9ba0b32f0f7fcfc180 (patch) | |
| tree | 81e2e02f10079994819549bcf648eb471705e62e /emacs/init.el | |
| parent | ae08653cfcacf4efd12769d05bb56b48e7b6e5d0 (diff) | |
| download | dotfiles-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.el | 5 |
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 () |
