From 2ed3b3fa7a65031a56b7716a0e5d734559c49b2e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 13 May 2016 02:53:50 +0100 Subject: [PATCH 1/1] dot/emacs: Don't prompt about following symbolic links. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 677338c..e7e28c3 100644 --- a/dot/emacs +++ b/dot/emacs @@ -330,6 +330,7 @@ (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) -- 2.11.0