diff options
Diffstat (limited to 'emacs')
-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) |