소스 검색

Disable sqlind

master
10sr 6 달 전
부모
커밋
bdac54ac28
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. +5
    -3
      emacs.el

+ 5
- 3
emacs.el 파일 보기

@@ -1841,9 +1841,11 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
'(setq reb-re-syntax 'foreign-regexp)
))

(with-eval-after-load 'sql
(require 'sql-indent nil t))
(set-variable 'sqlind-basic-offset 4)
;; sqlind does not support create role so disable it...
(set-variable 'sql-use-indent-support nil)
;; (with-eval-after-load 'sql
;; (require 'sql-indent nil t))
;; (set-variable 'sqlind-basic-offset 4)
(add-to-list 'auto-mode-alist
'("\\.hql\\'" . sql-mode))
(set-variable 'sql-product 'postgres)


불러오는 중...
취소
저장