Haskell Update
This commit is contained in:
4
init.el
4
init.el
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user