dev: Enable flyspell when making commits
This commit is contained in:
parent
3b63fe790b
commit
9e9ec1829d
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@
|
||||||
nil))
|
nil))
|
||||||
(directory-files "~/.config/vcsh/repo.d")))))
|
(directory-files "~/.config/vcsh/repo.d")))))
|
||||||
(list (completing-read "Repository: " repos nil t))))
|
(list (completing-read "Repository: " repos nil t))))
|
||||||
(magit-status-internal (format "/vcsh:%s:" repo))))
|
(magit-status-internal (format "/vcsh:%s:" repo)))
|
||||||
|
:config
|
||||||
|
;; Turn on flyspell when writing commit messages
|
||||||
|
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell))
|
||||||
|
|
||||||
;; rust
|
;; rust
|
||||||
(use-package cargo :ensure t)
|
(use-package cargo :ensure t)
|
||||||
|
|
Loading…
Reference in a new issue