chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
58ccc65
)
dot/emacs: Don't prompt about following symbolic links.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 13 May 2016 01:53:50 +0000
(
02:53
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 13 May 2016 01:53:50 +0000
(
02:53
+0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 677338ce4a7eeea0fa52c3dc3438f8aa1ac391e0..e7e28c33531674a278f4e18e02a504aaa3506e68 100644
(file)
--- 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 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)
(setq x-gtk-file-dialog-help-text nil)
(setq Info-fontify-maximum-menu-size 100000)
(setq set-mark-command-repeat-pop t)