bunch of org, clojure stuff, fix lots of bugs

This commit is contained in:
Griffin Smith 2019-01-05 14:15:48 -05:00
parent 0edecaf151
commit 4bebee0cc6
3 changed files with 58 additions and 21 deletions

View file

@ -11,13 +11,18 @@
:recipe (general
:fetcher github
:repo "noctuid/general.el"))
(package! fill-column-indicator)
(package! writeroom-mode)
(package! dash)
(package! w3m)
;;; Org
(package! org-clubhouse
:recipe (org-clubhouse
:fetcher file
:path "~/code/urb/org-clubhouse"))
(package! fill-column-indicator)
(package! writeroom-mode)
(package! dash)
(package! ob-http)
(package! ob-ipython)
;; Presentation
(package! epresent)
@ -79,3 +84,6 @@
;; SQL
(package! sqlup-mode)
;;; Python
(package! yapfify)