PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES
This commit is contained in:
parent
ef88d30b73
commit
5ae94b765c
79 changed files with 798 additions and 795 deletions
|
@ -12,12 +12,12 @@
|
|||
(load "haskell-mode-autoloads" nil t)
|
||||
|
||||
(set! :popup "*debug:haskell*" :size 20)
|
||||
(set! :repl 'haskell-mode 'switch-to-haskell)
|
||||
(set! :repl 'haskell-mode #'switch-to-haskell)
|
||||
(push ".hi" completion-ignored-extensions)
|
||||
|
||||
(autoload 'switch-to-haskell "inf-haskell" nil t)
|
||||
(after! inf-haskell
|
||||
(map! :map inf-haskell-mode-map "ESC ESC" 'doom/popup-close)))
|
||||
(map! :map inf-haskell-mode-map "ESC ESC" #'doom/popup-close)))
|
||||
|
||||
|
||||
(def-package! dante
|
||||
|
@ -25,5 +25,5 @@
|
|||
:config
|
||||
(when (executable-find "cabal")
|
||||
(add-hook! 'haskell-mode-hook
|
||||
'(flycheck-mode dante-mode interactive-haskell-mode))))
|
||||
#'(flycheck-mode dante-mode interactive-haskell-mode))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue