Remove projectile
This commit is contained in:
parent
eb6d8eceb8
commit
559c31ce8b
1 changed files with 0 additions and 10 deletions
10
init.el
10
init.el
|
@ -268,16 +268,6 @@
|
|||
:config
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode))
|
||||
|
||||
(use-package projectile
|
||||
:straight t
|
||||
:init
|
||||
(setq projectile-completion-system 'default)
|
||||
:config
|
||||
(setq projectile-enable-caching t)
|
||||
(setq projectile-tags-command "ctags-universal -Re")
|
||||
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
||||
(projectile-mode +1))
|
||||
|
||||
(use-package yaml-mode
|
||||
:straight t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue