Disable projectile

This commit is contained in:
Marcus Kammer 2022-04-06 09:57:47 +02:00
parent b6d9bcad04
commit 4f0db223a6

View file

@ -40,11 +40,11 @@
(setq nov-text-width nil (setq nov-text-width nil
nov-variable-pitch nil)) nov-variable-pitch nil))
(use-package projectile ;; (use-package projectile
:init ;; :init
(projectile-mode +1) ;; (projectile-mode +1)
:config ;; :config
(setq projectile-completion-system (quote ivy))) ;; (setq projectile-completion-system (quote ivy)))
(define-key projectile-mode-map (kbd "s-p") 'projectile-command-map) (define-key projectile-mode-map (kbd "s-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map) (define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)