summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-16 23:18:38 -0600
committerCase Duckworth2022-02-16 23:18:38 -0600
commita9d596fe80437a69926ad464da95bc12c8aaff8d (patch)
tree37258636fc2e77a1d6f15e0a1f54a3c3e6cae21c /lisp/+emacs.el
parentChange,,, whatever (diff)
downloademacs-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/+emacs.el')
-rw-r--r--lisp/+emacs.el1
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