bunch of org, clojure stuff, fix lots of bugs
This commit is contained in:
parent
0edecaf151
commit
4bebee0cc6
3 changed files with 58 additions and 21 deletions
14
packages.el
14
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue