mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Clean up
This commit is contained in:
@@ -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$"
|
||||
|
Reference in New Issue
Block a user