summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 20:43:43 +0100
committerAlan Pearce2014-04-13 20:43:43 +0100
commit3c256c0655666bbbcda6f495f0c348312efa79b0 (patch)
treed8c7807db256b07e631ff3b24cbeb12f15880fd5 /tag-emacs
parenta60928ab0efec0995f6b0fe4774e59c160b555d4 (diff)
downloaddotfiles-3c256c0655666bbbcda6f495f0c348312efa79b0.tar.lz
dotfiles-3c256c0655666bbbcda6f495f0c348312efa79b0.tar.zst
dotfiles-3c256c0655666bbbcda6f495f0c348312efa79b0.zip
Emacs: use discover-mode for keybind popups
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 655cc59..2cc8031 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -528,6 +528,9 @@ Values: `desktop', `server', `laptop'")
 (set-register ?e `(file . ,*init-file*))
 (set-register ?z `(file . ,(expand-file-name ".zshrc" "~")))
 
+(use-package discover
+  :config (global-discover-mode))
+
 ;; Enable narrowing functions C-x n
 (put 'narrow-to-defun  'disabled nil)
 (put 'narrow-to-page   'disabled nil)