summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 16:06:40 +0100
committerAlan Pearce2013-05-18 16:06:40 +0100
commit0237a514e03c62b32680c7b9f5a4571f37b6b125 (patch)
tree99d91c053fc082c0095d4b436548aad148eaa24c /emacs/init.el
parentdedb10c3319ae3dc67e75126c9c610c7af2cdaf5 (diff)
downloaddotfiles-0237a514e03c62b32680c7b9f5a4571f37b6b125.tar.lz
dotfiles-0237a514e03c62b32680c7b9f5a4571f37b6b125.tar.zst
dotfiles-0237a514e03c62b32680c7b9f5a4571f37b6b125.zip
Emacs: remove eldoc-context
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 3f00d34..face66d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -316,9 +316,6 @@ Values: `desktop', `server', `laptop'")
              (concat user-emacs-directory
                      "info"))
 
-(use-package eldoc-context
-  :bind (("C-c h" . rgr/toggle-context-help)))
-
 (use-package which-func
   :init (which-function-mode)
   :config (setq which-func-modes t))