Files
emacs/init.el~

4 lines
160 B
EmacsLisp

;;stop prompting when opening symlinked files (this is nice because my emacs config is symlinked)
(setq find-file-visit-truename t)
(setq vc-follow-symlinks t)