Skip to content

Instantly share code, notes, and snippets.

@typetetris
Created January 29, 2019 19:54
Embed
What would you like to do?
(require 'package)
(package-initialize 'noactivate)
(eval-when-compile
(require 'use-package))
(use-package evil)
(evil-mode 1)
(use-package lsp-mode)
(use-package lsp-ui)
(use-package lsp-haskell)
(add-hook 'haskell-mode-hook #'lsp)
(add-hook 'lsp-mode-hook 'lsp-ui-mode)
(require 'helm-config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment