mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
nit: add deprecation comments for projectile config
Ref: doomemacs/core#1
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user