Ignore the direnv directory in projectile
This commit is contained in:
parent
969a3d92fa
commit
8bfe16a8aa
|
@ -51,7 +51,8 @@
|
||||||
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.pgdata\\'"))
|
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.pgdata\\'"))
|
||||||
;; Ignore empty files
|
;; Ignore empty files
|
||||||
(after! projectile
|
(after! projectile
|
||||||
(add-to-list 'projectile-globally-ignored-files ".gitkeep"))
|
(add-to-list 'projectile-globally-ignored-files ".gitkeep")
|
||||||
|
(add-to-list 'projectile-globally-ignored-directories ".direnv"))
|
||||||
;; Set org-mode as the default
|
;; Set org-mode as the default
|
||||||
(setq-default major-mode 'org-mode)
|
(setq-default major-mode 'org-mode)
|
||||||
;; Associate polymode to R markdown files
|
;; Associate polymode to R markdown files
|
||||||
|
|
Loading…
Reference in New Issue