(setq vc-follow-symlinks t)
This commit is contained in:
parent
d476dd6bc1
commit
df6a8c81b1
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
truncate-lines t
|
||||
truncate-partial-width-windows 50
|
||||
visual-fill-column-center-text nil
|
||||
word-wrap t)
|
||||
word-wrap t
|
||||
vc-follow-symlinks t)
|
||||
|
||||
;; Save point across sessions
|
||||
(require 'saveplace)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue