From a2fdc289fc312ee6bab125b12dbb842e6310609b Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Wed, 21 Dec 2022 23:39:38 -0800 Subject: [PATCH] Add magit commit hooks, remove internal-border-width internal-border-width didn't respect alpha --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index d9c3d34..2456b9d 100644 --- a/init.el +++ b/init.el @@ -338,7 +338,9 @@ (delete-frame) (kill-emacs))))))) -(use-package magit) +(use-package magit + :hook ((git-commit-setup . git-commit-turn-on-flyspell) + (git-commit-setup . git-commit-turn-on-auto-fill))) (use-package tramp :custom @@ -477,7 +479,6 @@ (add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode)) -(add-to-list 'default-frame-alist '(internal-border-width . 6)) (add-to-list 'default-frame-alist '(alpha-background . 0.94)) (with-current-buffer "*scratch*"