This commit is contained in:
Henrik Lissner 2015-12-10 16:15:09 -05:00
parent 7c37162d9b
commit 6049bee001
9 changed files with 32 additions and 32 deletions

View file

@ -2,7 +2,7 @@
(use-package gitconfig-mode
:mode ("/\\.?git/?config$" "/\\.gitmodules$")
:init (add-hook 'gitconfig-mode-hook 'flyspell-mode))
:init (add-hook! gitconfig-mode 'flyspell-mode))
(use-package gitignore-mode
:mode ("/\\.gitignore$"