General cleanup

This commit is contained in:
Henrik Lissner 2016-03-27 18:18:43 -04:00
parent 2f1e1ee880
commit 1c37aebd2e
9 changed files with 29 additions and 24 deletions

View file

@ -2,7 +2,7 @@
(use-package gitconfig-mode
:mode ("/\\.?git/?config$" "/\\.gitmodules$")
:init (add-hook! gitconfig-mode 'flyspell-mode))
:init (add-hook 'gitconfig-mode-hook 'flyspell-mode))
(use-package gitignore-mode
:mode ("/\\.gitignore$"
@ -34,7 +34,7 @@
nil nil 'center)
(advice-add 'evil-force-normal-state :after 'git-gutter)
(add-hook! focus-in 'git-gutter:update-all-windows))
(add-hook 'focus-in-hook 'git-gutter:update-all-windows))
(after! vc-annotate
(evil-set-initial-state 'vc-annotate-mode 'normal)