mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add delq! and pushnew! macros
And move projectile configs to their respective modules (and out of package configs).
This commit is contained in:
@ -39,18 +39,7 @@ Emacs.")
|
||||
(global-set-key [remap find-tag] #'projectile-find-tag)
|
||||
|
||||
;; a more generic project root file
|
||||
(push ".project" projectile-project-root-files-bottom-up)
|
||||
|
||||
(setq projectile-globally-ignored-directories
|
||||
(append projectile-globally-ignored-directories
|
||||
(list (abbreviate-file-name doom-local-dir) ".sync"
|
||||
"node_modules" "flow-typed"))
|
||||
projectile-other-file-alist
|
||||
(append projectile-other-file-alist
|
||||
'(("css" "scss" "sass" "less" "styl")
|
||||
("scss" "css")
|
||||
("sass" "css")
|
||||
("less" "css")
|
||||
(push ".project" projectile-project-root-files-bottom-up)
|
||||
(push (abbreviate-file-name doom-local-dir) projectile-globally-ignored-directories)
|
||||
|
||||
;; Accidentally indexing big directories like $HOME or / will massively bloat
|
||||
|
Reference in New Issue
Block a user