From 5c4b5bd2efee4b5835f43b1461f202eb861081b3 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 27 Oct 2023 20:05:36 +0900 Subject: [PATCH] Add --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 53764d2..2682401 100644 --- a/emacs.el +++ b/emacs.el @@ -1842,6 +1842,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." (set-variable 'sqlind-basic-offset 4) (add-to-list 'auto-mode-alist '("\\.hql\\'" . sql-mode)) +(set-variable 'sql-product 'postgres) (set-variable 'sqlformat-command 'pgformatter)