all repos — nixfiles @ a69c67d7360f91f3cbf09b450f51418748c8a58f

System and user configuration, managed by nix and home-manager

emacs: bind `g h` to show documentation for thing-at-point

Alan Pearce
commit

a69c67d7360f91f3cbf09b450f51418748c8a58f

parent

313e5c54d58c872ae3bf4a51b5e57aabb10a9fa7

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M user/emacs/init.eluser/emacs/init.el
@@ -731,7 +731,9 @@ eldoc-echo-area-use-multiline-p nil)
(global-eldoc-mode +1))) (use-package eldoc-box - :defer t) + :defer t + :general (:states '(normal) + "g h" #'eldoc-box-help-at-point)) (use-package ehelp :defer 15