Update to latest doom, agda stuff, misc
This commit is contained in:
parent
f95d025d1f
commit
8ba14144a3
9 changed files with 429 additions and 155 deletions
17
packages.el
17
packages.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue