Skip to content

Commit

Permalink
Use postgres sql dialect (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Feb 9, 2025
1 parent e6fc584 commit 226596d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
((eval .
(add-to-list 'exec-path
(concat (locate-dominating-file default-directory dir-locals-file)
"node_modules/.bin/"))))))
"node_modules/.bin/")))))
(sql-mode . ((eval . (sql-set-product 'postgres)))))

0 comments on commit 226596d

Please sign in to comment.