dot/emacs: Don't prompt about following symbolic links.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 13 May 2016 01:53:50 +0000 (02:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 May 2016 01:53:50 +0000 (02:53 +0100)
dot/emacs

index 677338c..e7e28c3 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq find-ls-option                   ;Build file lists efficiently
       '("-print0 | xargs -0r ls -ld" . "ld"))
 (setq bookmark-save-flag 0)            ;Save bookmarks automatically
+(setq vc-follow-symlinks t)
 (setq x-gtk-file-dialog-help-text nil)
 (setq Info-fontify-maximum-menu-size 100000)
 (setq set-mark-command-repeat-pop t)