Small changes in ispell and windows configuration

Change projectile evil keys from "P" to "p"
Change dumb jump from keys from "J" to "j"
Remove magit-status hook in projectile-after-switch-project-hook
This commit is contained in:
Maciej Szlosarczyk 2017-08-28 13:23:08 +03:00
parent a58be4c734
commit df6c4fb449
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
5 changed files with 36 additions and 11 deletions

View file

@ -58,7 +58,6 @@
;; Show trailing whitespace and remove whitespace on save
(require 'whitespace)
(setq-default show-trailing-whitespace t)
(add-hook 'prog-mode-hook 'whitespace-mode)
(setq whitespace-style '(face trailing empty))
@ -163,8 +162,8 @@
;; Show projectile lists by most recently active
(setq projectile-sort-order (quote recently-active))
(add-hook 'projectile-after-switch-project-hook 'magit-status)
;; (add-hook 'projectile-after-switch-project-hook 'magit-status)
;; (add-hook 'projectile-find-file-hook 'projectile-invalidate-cache)
; Use VIM mode