Haskell Update

This commit is contained in:
2022-02-05 14:45:34 -05:00
parent 0d934b57d7
commit 5662cb70bd

View File

@@ -49,8 +49,7 @@
;; Ensure shell variables are loaded
(use-package exec-path-from-shell :demand
:init
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))
(exec-path-from-shell-initialize)
)
;; Profiling
@@ -101,6 +100,7 @@
(add-hook 'after-init-hook 'global-company-mode)
;; LSP related
(use-package lsp-haskell)
(use-package lsp-mode
:init
(setq lsp-keymap-prefix "C-c l")