From e2956a7e4dc9c29befdd1cac6517ec44c28fa9be Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 26 Jul 2023 14:35:18 +0900 Subject: [PATCH] Fix --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index e674d11..bed6067 100644 --- a/emacs.el +++ b/emacs.el @@ -1837,8 +1837,8 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." )) (with-eval-after-load 'sql - (require 'sql-indent nil t) - (set-variable 'sqlind-basic-offset 4)) + (require 'sql-indent nil t)) +(set-variable 'sqlind-basic-offset 4) (add-to-list 'auto-mode-alist '("\\.hql\\'" . sql-mode))