diff options
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 () |
