diff options
author | Griffin Smith <root@gws.fyi> | 2019-02-27T19·08-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-02-27T19·08-0500 |
commit | b342415667464aeb8586ddbdaa2a124bc97fb3d9 (patch) | |
tree | b8432b76b3a069368635feba225ba0ed8ffc6025 /packages.el | |
parent | 5ce12fd2948c52be050329bd592ce36c2cfe25d6 (diff) |
Lots of org stuff, spotify client, misc. dependency updates
Diffstat (limited to 'packages.el')
-rw-r--r-- | packages.el | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/packages.el b/packages.el index acf776dab14c..e57037e8319b 100644 --- a/packages.el +++ b/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) |