all repos — archive/dotfiles @ 0237a514e03c62b32680c7b9f5a4571f37b6b125

Superseded by nixfiles

Emacs: remove eldoc-context

Alan Pearce
commit

0237a514e03c62b32680c7b9f5a4571f37b6b125

parent

dedb10c3319ae3dc67e75126c9c610c7af2cdaf5

1 file changed, 0 insertions(+), 3 deletions(-)

changed files
M emacs/init.elemacs/init.el
@@ -316,9 +316,6 @@ (add-to-list 'Info-default-directory-list
(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))