added org-babel-sql to org-babel-init.el
This commit is contained in:
parent
5b71912531
commit
cbae0b231f
|
@ -62,6 +62,7 @@
|
||||||
(require 'org-babel-gnuplot)
|
(require 'org-babel-gnuplot)
|
||||||
(require 'org-babel-dot)
|
(require 'org-babel-dot)
|
||||||
(require 'org-babel-asymptote)
|
(require 'org-babel-asymptote)
|
||||||
|
(require 'org-babel-sql)
|
||||||
|
|
||||||
(provide 'org-babel-init)
|
(provide 'org-babel-init)
|
||||||
;;; org-babel-init.el ends here
|
;;; org-babel-init.el ends here
|
||||||
|
|
Loading…
Reference in New Issue