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:
parent
a58be4c734
commit
df6c4fb449
5 changed files with 36 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue