Disable projectile
This commit is contained in:
parent
b6d9bcad04
commit
4f0db223a6
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue