diff options
Diffstat (limited to 'common.el')
-rw-r--r-- | common.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |