From 174d676c93957b2ca722f58e9d638c561ac3a76c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 3 Oct 2020 11:01:00 +0100 Subject: Ensure "RET" follows links in Info-mode Shouldn't this be handled by evil-collection? --- emacs/.emacs.d/wpc/keybindings.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 35f8909aaf12..8809f185b908 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -297,5 +297,10 @@ "l" #'evil-forward-char "L" #'magit-log) +(general-define-key + :states '(normal) + :keymaps '(Info-mode-map) + "RET" #'Info-follow-nearest-node) + (provide 'keybindings) ;;; keybindings.el ends here -- cgit 1.4.1