1
0
Fork 0

fix: follow symlinks automatically in emacs

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-07-20 18:27:19 -07:00
parent 7c75810123
commit 7f774fe541
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)