Update to latest doom, agda stuff, misc

This commit is contained in:
Griffin Smith 2018-08-31 13:31:14 -04:00
parent f95d025d1f
commit 8ba14144a3
9 changed files with 429 additions and 155 deletions

View file

@ -1,6 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; private/grfn/packages.el
;; (package! 'tide :disable t)
;; Editor
(package! solarized-theme)
(package! fill-column-indicator)
@ -17,6 +19,11 @@
(package! writeroom-mode)
(package! dash)
;; Presentation
(package! epresent)
(package! org-tree-slide)
(package! ox-reveal)
;; Slack etc
(package! slack)
(package! alert)
@ -56,3 +63,13 @@
(package! flycheck-flow)
(package! company-flow)
(package! prettier-js)
;; GraphQL
(package! graphql-mode)
;; Haskell
(package! lsp-mode)
(package! lsp-ui)
(package! lsp-haskell)
(package! company-lsp)
(package! lsp-imenu)