find-file-visit-truename = t

This commit is contained in:
Henrik Lissner 2018-12-22 14:30:29 -05:00
parent 4a69fb5d29
commit a124497f4e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -221,6 +221,7 @@ and `doom-exit-window-hook'."
autoload-compute-prefixes nil autoload-compute-prefixes nil
debug-on-error doom-debug-mode debug-on-error doom-debug-mode
ffap-machine-p-known 'reject ; don't ping things that look like domain names ffap-machine-p-known 'reject ; don't ping things that look like domain names
find-file-visit-truename t ; resolve symlinks when opening files
idle-update-delay 2 ; update ui less often idle-update-delay 2 ; update ui less often
;; be quiet at startup; don't load or display anything unnecessary ;; be quiet at startup; don't load or display anything unnecessary
inhibit-startup-message t inhibit-startup-message t