fix: Remove projectile which slowed everything down
This commit is contained in:
parent
099020c176
commit
867ea97fd9
2 changed files with 0 additions and 7 deletions
1
init.el
1
init.el
|
@ -36,7 +36,6 @@
|
|||
paredit
|
||||
password-store
|
||||
pkgbuild-mode
|
||||
projectile
|
||||
puppet-mode
|
||||
rainbow-delimiters
|
||||
rainbow-mode
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
(require 'projectile)
|
||||
|
||||
;; Initializes modes I use.
|
||||
|
||||
(add-hook 'prog-mode-hook 'esk-add-watchwords)
|
||||
|
@ -26,15 +24,11 @@
|
|||
;; Don't indent after '>' while I'm writing
|
||||
(local-set-key ">" 'self-insert-command)
|
||||
;;(local-set-key "RET" 'newline)
|
||||
(projectile-mode 1)
|
||||
(rainbow-delimiters-mode 1)
|
||||
)
|
||||
|
||||
(add-hook 'erlang-mode-hook 'erlang-mode-init-setup)
|
||||
|
||||
;; Enable projectile for all things programming
|
||||
(add-hook 'prog-mode-hook 'projectile-mode)
|
||||
|
||||
;; Enable rainbow-delimiters for all things programming
|
||||
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
|
||||
|
||||
|
|
Loading…
Reference in a new issue