Skip to content

Commit

Permalink
chore: Add work from sqlfluff
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 26, 2023
1 parent 5775bb9 commit 0e13c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.el
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,9 @@
(setq ispell-personal-dictionary
(expand-file-name "misc/ispell_personal" doom-private-dir))

;; sql-mode
;; (set-formatter! 'sqlfluff '("sqlfluff render" "--nocolor" "--templater raw" "--dialect duckdb") :modes '(sql-mode))


;;
;;; Packages
Expand Down
1 change: 1 addition & 0 deletions packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
(unpin! org-journal)

;; Experimental
(unpin! apheleia)
(package! gptel)
(package! chatgpt-shell)
(package! ob-chatgpt-shell)
Expand Down

0 comments on commit 0e13c80

Please sign in to comment.