summaryrefslogtreecommitdiff
path: root/common.el
diff options
context:
space:
mode:
Diffstat (limited to 'common.el')
-rw-r--r--common.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.el b/common.el
index 0bc0d60..871f069 100644
--- a/common.el
+++ b/common.el
@@ -194,7 +194,8 @@ the window to the function with max-height equal to
;;; Rebinding a key in Info mode
-(define-key Info-mode-map (vector 41) #'Info-forward-node)
+(with-eval-after-load 'info
+ (define-key Info-mode-map (vector 41) #'Info-forward-node))
;; (defun durand-display-in-one-window (buffer _alist)
;; "Display BUFFER in one window.