summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
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))