Browse Source

added org-babel-sql to org-babel-init.el

Eric Schulte 16 years ago
parent
commit
cbae0b231f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-babel-init.el

+ 1 - 0
lisp/org-babel-init.el

@@ -62,6 +62,7 @@
 (require 'org-babel-gnuplot)
 (require 'org-babel-dot)
 (require 'org-babel-asymptote)
+(require 'org-babel-sql)
 
 (provide 'org-babel-init)
 ;;; org-babel-init.el ends here