Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankeidel committed Oct 15, 2023
1 parent 1b757e2 commit 51ab2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion personal/layout.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:ensure t
:if (display-graphic-p))

(set-face-background 'fringe "#002b36")
;(set-face-background 'fringe "#002b36")

(custom-set-faces
`(fringe ((t (:background nil))))) ; make fringe match the bg
2 changes: 1 addition & 1 deletion personal/sqlmode.el
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@

(let ((default-directory "~/code/lichtblick/cloud_dwh/dbt/"))
(async-shell-command
(format "poetry run sqlfluff fix --config ../.sqlfluff --force %s"
(format "sqlfluff fix --config ../.sqlfluff --force %s"
(shell-quote-argument (buffer-file-name))))))

0 comments on commit 51ab2c8

Please sign in to comment.