about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/wpc/keybindings.el5
1 files changed, 5 insertions, 0 deletions
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