Org-mode config is back baby! With a vengeance!

This commit is contained in:
Henrik Lissner 2016-03-01 01:59:36 -05:00
parent 6851951aaf
commit 477ef168d4
19 changed files with 1227 additions and 309 deletions

15
Cask
View file

@ -209,6 +209,21 @@
(depends-on "jaded-mode" :git "https://github.com/hlissner/jaded-mode")
;;;; ORGANIZATIONAL/WRITING ;;;;;;;;;;;;
;; Org -- modules/module-org.el
(depends-on "org-plus-contrib")
(depends-on "org-bullets")
(depends-on "ob-go" :git "https://github.com/pope/ob-go")
(depends-on "ob-http")
;; Org Notebook -- modules/module-org-notebook.el
(depends-on "org-download")
(depends-on "ox-pandoc")
;; Writing -- modules/module-write.el
(depends-on "helm-bibtex")
;;;; EXTRA TOOLS ;;;;;;;;;;;;;;;;;;;;;;;
;; Demo --- module-demo.el
(depends-on "impatient-mode")