diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system-defaults.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system-defaults.el b/modules/system-defaults.el index 6541fe0f..6fbec003 100644 --- a/modules/system-defaults.el +++ b/modules/system-defaults.el @@ -163,7 +163,7 @@ Used to disable functionality with defalias \='somefunc \='cj/disabled)." ;; ------------------------------- Be Quiet(er)! ------------------------------- -(setq-default vc-follow-symlinks) ;; don't ask to follow symlinks if target is version controlled +(setq-default vc-follow-symlinks t) ;; follow version-controlled symlinks without asking (setq kill-buffer-query-functions ;; don't ask about killing buffers with processes, just kill them (remq 'process-kill-buffer-query-function kill-buffer-query-functions)) |
