Browse Source

Update

master
10sr 6 months ago
parent
commit
a5a2df3dcc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -1851,6 +1851,8 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(set-variable 'sql-product 'postgres)

(set-variable 'sqlformat-command 'pgformatter)
(set-variable 'sqlformat-args '("--no-extra-line"))
;; (set-variable 'sqlformat-args '("-L"))

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


Loading…
Cancel
Save