(Emacs)~minor edits
~haskell-process-type is now stack-ghci +feature to switch to dashboard with each new frame
This commit is contained in:
@@ -2506,6 +2506,7 @@ Here I configure the REPL for Haskell via the
|
||||
(haskell-mode-hook . interactive-haskell-mode)
|
||||
:custom
|
||||
(haskell-interactive-popup-errors nil)
|
||||
(haskell-process-type 'stack-ghci)
|
||||
:general
|
||||
(leader
|
||||
"th" #'+shell/toggle-haskell-repl)
|
||||
|
||||
@@ -90,7 +90,11 @@
|
||||
(require 'notmuch)
|
||||
(require 'company)
|
||||
(require 'org)
|
||||
(require 'eglot))
|
||||
(require 'eglot)
|
||||
(if (fboundp 'server-after-make-frame-hook)
|
||||
(add-hook server-after-make-frame-hook
|
||||
#'dashboard-refresh-buffer)
|
||||
(setq server-after-make-frame-hook '(dashboard-refresh-buffer))))
|
||||
|
||||
(setq gc-cons-threshold 100000000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user