aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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 ()