Add magit commit hooks, remove internal-border-width
internal-border-width didn't respect alpha
This commit is contained in:
parent
b2f63ade73
commit
a2fdc289fc
5
init.el
5
init.el
|
@ -338,7 +338,9 @@
|
||||||
(delete-frame)
|
(delete-frame)
|
||||||
(kill-emacs)))))))
|
(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
|
(use-package tramp
|
||||||
:custom
|
:custom
|
||||||
|
@ -477,7 +479,6 @@
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))
|
(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))
|
(add-to-list 'default-frame-alist '(alpha-background . 0.94))
|
||||||
|
|
||||||
(with-current-buffer "*scratch*"
|
(with-current-buffer "*scratch*"
|
||||||
|
|
Loading…
Reference in a new issue