Add vc-follow-symlinks to suppress annoying warning

This commit is contained in:
2025-04-14 15:53:30 -07:00
parent d8db9a6d42
commit 04a4e91b21

View File

@@ -572,6 +572,8 @@
;; Visually mark the line the cursor is on ;; Visually mark the line the cursor is on
(global-hl-line-mode 1) (global-hl-line-mode 1)
(setq vc-follow-symlinks t)
;; Enable repeat mode. Keymaps are defined through use-package's :repeat-map directive. ;; Enable repeat mode. Keymaps are defined through use-package's :repeat-map directive.
(repeat-mode 1) (repeat-mode 1)