diff options
author | Guangxiong Lin <[email protected]> | 2022-03-06 00:09:17 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-06 00:09:17 +0800 |
commit | 465d97b39b78bbf295b6e9259f37f5c8c0392690 (patch) | |
tree | b68308cb8d6c984ea857317dbdd670ab9dc7d8eb /.emacs.d | |
parent | 38275d0369765f77cfb2905c6abaa017f69d2cac (diff) | |
download | dotfiles-465d97b39b78bbf295b6e9259f37f5c8c0392690.tar.gz dotfiles-465d97b39b78bbf295b6e9259f37f5c8c0392690.tar.bz2 dotfiles-465d97b39b78bbf295b6e9259f37f5c8c0392690.zip |
Follow symlink to avoid org roam complain (emacs)
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index 5f3a976..a526cca 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -6,6 +6,7 @@ (when (version<= "26.0.50" emacs-version) (global-display-line-numbers-mode)) (setq vc-follow-symlinks t) +(setq find-file-visit-truename t) ;; Disable evil operation writes clipboard (setq x-select-enable-clipboard nil) |