about summary refs log blame commit diff
path: root/packages.el
blob: 86146eb6dffcd0bc3c4a589d7a069fc05fc3fb64 (plain) (tree)
1
2
3
4
5
6
7


                              

                              

                







                                       



                                
                       

       



                                             
                    

                     
                   
 




                         





                     
                  
                




























                                                                    




                       




                         





                           

                       


                  


                          
;; -*- no-byte-compile: t; -*-
;;; private/grfn/packages.el

;; (package! 'tide :disable t)

(package! moody)

;; 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
(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)
(package! org-tree-slide)
(package! ox-reveal)

;; Slack etc
(package! slack)
(package! alert)

;; Git
(package! evil-magit)
(package! marshal)
(package! forge)

;; Elisp
(package! dash)
(package! dash-functional)
(package! s)
(package! request)

;; 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
;; (package! lsp-mode)
;; (package! lsp-ui)
;; (package! lsp-haskell)
;; (package! company-lsp)
;; (package! lsp-imenu)

;; Clojure
(package! flycheck-clojure)

;; SQL
(package! sqlup-mode)
(package! emacsql)
(package! emacsql-psql)

;;; Python
(package! yapfify)

;;; Desktop interaction
(package! counsel-spotify)