Lots of org stuff, spotify client, misc. dependency updates
This commit is contained in:
parent
5ce12fd294
commit
b342415667
4 changed files with 217 additions and 142 deletions
12
packages.el
12
packages.el
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
;; (package! 'tide :disable t)
|
||||
|
||||
(package! moody)
|
||||
|
||||
;; Editor
|
||||
(package! solarized-theme)
|
||||
(package! fill-column-indicator)
|
||||
|
|
@ -15,14 +17,17 @@
|
|||
(package! writeroom-mode)
|
||||
(package! dash)
|
||||
(package! w3m)
|
||||
(package! rainbow-mode)
|
||||
|
||||
;;; Org
|
||||
(package! org-clubhouse
|
||||
:recipe (org-clubhouse
|
||||
:fetcher file
|
||||
:path "~/code/urb/org-clubhouse"))
|
||||
(package! org-alert)
|
||||
(package! ob-http)
|
||||
(package! ob-ipython)
|
||||
(package! ob-async)
|
||||
|
||||
;; Presentation
|
||||
(package! epresent)
|
||||
|
|
@ -35,10 +40,8 @@
|
|||
|
||||
;; Git
|
||||
(package! evil-magit)
|
||||
(package! magithub)
|
||||
(package! magit-gh-pulls)
|
||||
(package! marshal)
|
||||
; (package! auth-password-store)
|
||||
(package! forge)
|
||||
|
||||
;; Elisp
|
||||
(package! dash)
|
||||
|
|
@ -87,3 +90,6 @@
|
|||
|
||||
;;; Python
|
||||
(package! yapfify)
|
||||
|
||||
;;; Desktop interaction
|
||||
(package! counsel-spotify)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue