Remove some obsolete projectile configuration

This commit is contained in:
Daniel Borchmann 2025-03-28 18:39:02 +01:00
parent c271947e68
commit b8147a6d45
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -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"