From 5a5785c9cc8a1e350e1ed3e274704eaa38bda948 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 7 Jan 2023 03:51:41 +0800 Subject: emacs-29 changes These are some changes when I migrate to emacs version 29. --- basic.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'basic.el') diff --git a/basic.el b/basic.el index 70505dc..43c98ac 100644 --- a/basic.el +++ b/basic.el @@ -116,6 +116,12 @@ (setq ns-use-native-fullscreen nil) (setq ns-use-proxy-icon nil) +;;; set info directory + +(add-to-list + 'Info-directory-list + "/Users/durand/w.emacs.d/emacs/info/") + ;;; bookmark (define-key global-map (vector ?\H-b) #'bookmark-jump) -- cgit v1.2.3-18-g5258