Since lang/org has grown (and is expected to grow much, much more), it has been given its own module category. Concerns #129, #138
10 lines
262 B
EmacsLisp
10 lines
262 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; org/org-babel/packages.el
|
|
|
|
(package! ob-go)
|
|
(package! ob-mongo)
|
|
(package! ob-redis)
|
|
(package! ob-restclient)
|
|
(package! ob-rust :recipe (:fetcher github :repo "zweifisch/ob-rust"))
|
|
(package! ob-sql-mode)
|
|
(package! ob-translate)
|