Skip to content

Commit

Permalink
Merge pull request #9 from ii/zachmandeville-patch-2
Browse files Browse the repository at this point in the history
remove sql defaults for consistent output
  • Loading branch information
hh authored Jun 6, 2023
2 parents 39e7f2d + 582f76c commit 2145d0d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
(after! org
(setq org-babel-default-header-args
'((:session . "none")
(:results . "replace code")
(:results . "replace")
(:comments . "org")
(:exports . "both")
(:eval . "never-export")
Expand All @@ -138,9 +138,8 @@
'((:results . "output code verbatim replace")
(:wrap . "example")))
(setq org-babel-default-header-args:sql-mode
'((:results . "replace code")
(:product . "postgres")
(:wrap . "SRC example")))
'((:results . "replace verbatim")
(:product . "postgres")))
(setq sql-postgres-login-params
'((user :default "postgres")
(database :default "postgres")
Expand Down

0 comments on commit 2145d0d

Please # to comment.