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:
@@ -13,7 +13,7 @@
|
||||
:mode "\\.sql\\'"
|
||||
:hook (sql-mode . siren-sql-mode-setup)
|
||||
|
||||
:init
|
||||
:preface
|
||||
(defun siren-sql-mode-setup ()
|
||||
(setq tab-width 2)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user