Add various git modes

This commit is contained in:
Case Duckworth 2021-09-06 12:52:27 -05:00
parent 9b80cec576
commit 95d592bb66
1 changed files with 6 additions and 1 deletions

View File

@ -992,7 +992,12 @@ successive invocations."
(add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode))
(add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode)))
(setup (:straight gitattributes-mode))
(setup (:straight gitconfig-mode))
(setup (:straight gitignore-mode))
(setup goto-addr
(if (fboundp #'global-goto-address-mode)
(global-goto-address-mode)