From 95d592bb66b27b29b7a669fb547cbaeb82601f1a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 6 Sep 2021 12:52:27 -0500 Subject: Add various git modes --- init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index b73cc80..01650c7 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit 1.4.1-21-gabe81