diff options
author | noa | 2025-02-23 11:03:49 +0800 |
---|---|---|
committer | noa | 2025-02-23 11:03:49 +0800 |
commit | 11ff7e76bcb5ca1ef26d57918483b30764212780 (patch) | |
tree | bc66ecf3d438302fab63d4fb193eaa67347ecbba | |
parent | 9a4c32b0e1eb08d7c877bd4e5dccc0d2117a84b2 (diff) |
Don't bother chasing symlink truename
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index d1b8d77..6cdbe97 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -722,9 +722,6 @@ With prefix argument TIME, also add the current time." ;; We are on a unix system, so it makes sense to end files in the unix system way. I'm surprised this isn't the default. (require-final-newline t) - ;; This behaviour changes how we visit symlinks. - (find-file-visit-truename t) - (remote-file-name-inhibit-locks t) (remote-file-name-inhibit-auto-save t) (remote-file-name-inhibit-auto-save-visited t) |