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

@@ -13,7 +13,7 @@
:mode "\\.sql\\'"
:hook (sql-mode . siren-sql-mode-setup)
:init
:preface
(defun siren-sql-mode-setup ()
(setq tab-width 2)))