summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
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/emacs.d/init.el
parenta60928ab0efec0995f6b0fe4774e59c160b555d4 (diff)
downloadnixfiles-3c256c0655666bbbcda6f495f0c348312efa79b0.tar.lz
nixfiles-3c256c0655666bbbcda6f495f0c348312efa79b0.tar.zst
nixfiles-3c256c0655666bbbcda6f495f0c348312efa79b0.zip
Emacs: use discover-mode for keybind popups
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 655cc595..2cc80318 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)