浏览代码

Update

master
10sr 6 个月前
父节点
当前提交
a5a2df3dcc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el 查看文件

@@ -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))


正在加载...
取消
保存