Add magit commit hooks, remove internal-border-width

internal-border-width didn't respect alpha
This commit is contained in:
eriedaberrie 2022-12-21 23:39:38 -08:00
parent b2f63ade73
commit a2fdc289fc

View file

@ -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*"