aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-06 00:09:17 +0800
committerGuangxiong Lin <[email protected]>2022-03-06 00:09:17 +0800
commit465d97b39b78bbf295b6e9259f37f5c8c0392690 (patch)
treeb68308cb8d6c984ea857317dbdd670ab9dc7d8eb
parent38275d0369765f77cfb2905c6abaa017f69d2cac (diff)
downloaddotfiles-465d97b39b78bbf295b6e9259f37f5c8c0392690.tar.gz
dotfiles-465d97b39b78bbf295b6e9259f37f5c8c0392690.tar.bz2
dotfiles-465d97b39b78bbf295b6e9259f37f5c8c0392690.zip
Follow symlink to avoid org roam complain (emacs)
-rw-r--r--.emacs.d/lisp/init-misc.el1
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)