refactor: vc-ignore-dir-regexp: move to :emacs vc

This commit is contained in:
Henrik Lissner 2025-09-14 23:21:56 -04:00
parent 03e286feb4
commit c4ec232206
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 5 additions and 6 deletions

View file

@ -412,12 +412,6 @@ files, so this replace calls to `pp' with the much faster `prin1'."
(server-start)))
(after! vc-hooks
(setq vc-ignore-dir-regexp (format "%s\\|%s"
vc-ignore-dir-regexp
"[/\\\\]node_modules")))
;;
;;; Packages