10sr 9ヶ月前
コミット
e2956a7e4d
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      emacs.el

+ 2
- 2
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))



読み込み中…
キャンセル
保存