fix: follow symlinks automatically in emacs
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
7c75810123
commit
7f774fe541
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
||||||
;; Auto file refresh
|
;; Auto file refresh
|
||||||
(global-auto-revert-mode t)
|
(global-auto-revert-mode t)
|
||||||
|
|
||||||
|
;; Automatically follow symlinks
|
||||||
|
(setq vc-follow-symlinks t)
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||||
(load-theme 'nano t)
|
(load-theme 'nano t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue