Remove some obsolete projectile configuration
This commit is contained in:
parent
c271947e68
commit
b8147a6d45
1
init.el
1
init.el
@ -466,7 +466,6 @@
|
|||||||
:commands (projectile-mode)
|
:commands (projectile-mode)
|
||||||
:bind (:map projectile-mode-map ("C-c p" . projectile-command-map))
|
:bind (:map projectile-mode-map ("C-c p" . projectile-command-map))
|
||||||
:init (setq projectile-switch-project-action 'projectile-dired
|
:init (setq projectile-switch-project-action 'projectile-dired
|
||||||
projectile-completion-system 'helm
|
|
||||||
projectile-ignored-project-function #'file-remote-p
|
projectile-ignored-project-function #'file-remote-p
|
||||||
projectile-create-missing-test-files t
|
projectile-create-missing-test-files t
|
||||||
projectile-known-projects-file (expand-file-name "projectile-bookmarks.eld"
|
projectile-known-projects-file (expand-file-name "projectile-bookmarks.eld"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user