diff options
| author | JSDurand <mmemmew@gmail.com> | 2023-01-07 03:51:41 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2023-01-07 03:51:41 +0800 |
| commit | 5a5785c9cc8a1e350e1ed3e274704eaa38bda948 (patch) | |
| tree | 29869babc0fab9f50a9a5e8f0c21c1766176969a /basic.el | |
| parent | 5aeb375b59ef4898d9d4525f86c3c2cd49ad5258 (diff) | |
emacs-29 changes
These are some changes when I migrate to emacs version 29.
Diffstat (limited to 'basic.el')
| -rw-r--r-- | basic.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |
