diff options
author | Case Duckworth | 2022-02-16 23:18:38 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-16 23:18:38 -0600 |
commit | a9d596fe80437a69926ad464da95bc12c8aaff8d (patch) | |
tree | 37258636fc2e77a1d6f15e0a1f54a3c3e6cae21c /lisp | |
parent | Change,,, whatever (diff) | |
download | emacs-a9d596fe80437a69926ad464da95bc12c8aaff8d.tar.gz emacs-a9d596fe80437a69926ad464da95bc12c8aaff8d.zip |
Set `find-file-visit-truename' to t
I don't know why this might be a bad idea
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+emacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 9cc7549..f26dc98 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el | |||
@@ -60,6 +60,7 @@ Do this only if the buffer is not visiting a file." | |||
60 | enable-recursive-minibuffers t | 60 | enable-recursive-minibuffers t |
61 | executable-prefix-env t | 61 | executable-prefix-env t |
62 | fast-but-imprecise-scrolling t | 62 | fast-but-imprecise-scrolling t |
63 | find-file-visit-truename t | ||
63 | file-name-shadow-properties '(invisible t intangible t) | 64 | file-name-shadow-properties '(invisible t intangible t) |
64 | fill-column 80 | 65 | fill-column 80 |
65 | frame-resize-pixelwise t | 66 | frame-resize-pixelwise t |