소스 검색

Update

master
10sr 1 년 전
부모
커밋
f863d2ae6d
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      emacs.el

+ 7
- 1
emacs.el 파일 보기

@@ -1852,7 +1852,13 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."

(set-variable 'sqlformat-command 'pgformatter)
(set-variable 'sqlformat-args '("--no-extra-line"))
;; (set-variable 'sqlformat-args '("-L"))
;; Hard to use because when failed to format it does not tell how to fix that
;; (set-variable 'sqlformat-command 'sqlfluff)
;; (set-variable 'sqlformat-args '("--show-lint-violations" "-vvvv"))

;; (with-eval-after-load 'sqlformat
;; (when (fboundp 'with-venv-advice-add)
;; (with-venv-advice-add 'sqlformat-region)))

(when (fboundp 'git-command)
(define-key ctl-x-map "g" 'git-command))


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