From 8ba14144a32ee053d7fa27b836c632eed48b6f54 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 31 Aug 2018 13:31:14 -0400 Subject: Update to latest doom, agda stuff, misc --- packages.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'packages.el') diff --git a/packages.el b/packages.el index 0ef4289c852d..2264afa9c957 100644 --- a/packages.el +++ b/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) -- cgit 1.4.1