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