tvl-depot/packages.el

102 lines
1.7 KiB
EmacsLisp
Raw Normal View History

2018-03-30 00:10:07 +02:00
;; -*- no-byte-compile: t; -*-
;;; private/grfn/packages.el
;; (package! 'tide :disable t)
(package! moody)
2018-03-30 00:10:07 +02:00
;; Editor
(package! solarized-theme)
(package! fill-column-indicator)
(package! flx)
(package! general
:recipe (general
:fetcher github
:repo "noctuid/general.el"))
(package! fill-column-indicator)
(package! writeroom-mode)
(package! dash)
(package! w3m)
(package! rainbow-mode)
;;; Org
2018-03-30 00:10:07 +02:00
(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)
2018-03-30 00:10:07 +02:00
;; Presentation
(package! epresent)
(package! org-tree-slide)
(package! ox-reveal)
2018-03-30 00:10:07 +02:00
;; Slack etc
(package! slack)
(package! alert)
;; Git
(package! evil-magit)
(package! marshal)
(package! forge)
2018-03-30 00:10:07 +02:00
;; Elisp
(package! dash)
(package! dash-functional)
(package! s)
(package! request)
(package! predd
:recipe (predd
:fetcher github
:repo "skeeto/predd"))
2018-03-30 00:10:07 +02:00
;; Haskell
(package! lsp-mode)
(package! lsp-ui :recipe (:fetcher github :repo "emacs-lsp/lsp-ui"))
(package! lsp-haskell)
(package! company-lsp)
;; Rust
(package! cargo)
;; Elixir
(package! flycheck-credo)
(package! flycheck-mix)
(package! flycheck-dialyxir)
;; Lisp
(package! paxedit)
;; Javascript
(package! flow-minor-mode)
(package! flycheck-flow)
(package! company-flow)
(package! prettier-js)
;; GraphQL
(package! graphql-mode)
;; Haskell
2018-09-18 16:18:20 +02:00
;; (package! lsp-mode)
;; (package! lsp-ui)
;; (package! lsp-haskell)
;; (package! company-lsp)
;; (package! lsp-imenu)
2018-11-21 18:45:05 +01:00
;; Clojure
(package! flycheck-clojure)
;; SQL
(package! sqlup-mode)
2019-03-11 03:23:45 +01:00
(package! emacsql)
(package! emacsql-psql)
;;; Python
(package! yapfify)
;;; Desktop interaction
(package! counsel-spotify)