nit: add deprecation comments for projectile config

Ref: doomemacs/core#1
This commit is contained in:
Henrik Lissner 2024-08-09 20:42:33 -04:00
parent 511c8af365
commit d3124c4971
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
10 changed files with 10 additions and 1 deletions

View file

@ -303,6 +303,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
:defer t
:init
(defvar ccls-sem-highlight-method 'font-lock)
;; DEPRECATED: Remove when projectile is replaced with project.el
(after! projectile
(add-to-list 'projectile-globally-ignored-directories "^.ccls-cache$")
(add-to-list 'projectile-project-root-files-bottom-up ".ccls-root")