mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(use-package): use :preface in favor of :init when defining things
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user