Add sql-drill
This commit is contained in:
parent
a7738ecb03
commit
54b214f78c
@ -5594,3 +5594,14 @@ to use instead:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq ediff-window-setup-function #'ediff-setup-windows-plain)
|
||||
#+END_SRC
|
||||
|
||||
* Apache Drill
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package sql-drill
|
||||
:straight (:host github :repo "jdormit/sql-drill.el")
|
||||
:commands (sql-drill)
|
||||
:init
|
||||
(when (file-exists-p "~/drill/apache-drill-1.17.0/bin/drill-embedded")
|
||||
(setq sql-drill-program
|
||||
(expand-file-name "~/drill/apache-drill-1.17.0/bin/drill-embedded"))))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user