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