about summary refs log tree commit diff
path: root/packages.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-01-05T19·15-0500
committerGriffin Smith <root@gws.fyi>2019-01-05T19·15-0500
commit4bebee0cc69f20d20dfdc81f14c854e846f235cc (patch)
treed93bfa7599e05c4c49912968bd2aba0d2df45d7a /packages.el
parent0edecaf151346351a4bfd255c789f08b696fe1a1 (diff)
bunch of org, clojure stuff, fix lots of bugs
Diffstat (limited to 'packages.el')
-rw-r--r--packages.el14
1 files changed, 11 insertions, 3 deletions
diff --git a/packages.el b/packages.el
index f0563d3d4126..acf776dab14c 100644
--- a/packages.el
+++ b/packages.el
@@ -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)