chore(use-package): use :preface in favor of :init when defining things

This commit is contained in:
2022-04-22 23:25:56 +01:00
parent be595062e6
commit 2b39d5b0d7
77 changed files with 134 additions and 124 deletions

View File

@@ -33,7 +33,7 @@
(vterm-kill-buffer-on-exit t)
(vterm-max-scrollback 50000)
:init
:preface
(defun siren-vterm-mode-setup ()
(hl-line-mode -1))

View File

@@ -11,7 +11,7 @@
:custom
(compilation-environment '("TERM=xterm-256color"))
:init
:preface
(defun siren-advice-compilation-filter (f proc string)
(funcall f proc (xterm-color-filter string)))