aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorbard <[email protected]>2023-12-19 17:22:09 -0500
committerbard <[email protected]>2023-12-19 17:22:09 -0500
commit495f57aada0915ead26be12db575b8ec4855d59a (patch)
treeebbd7f2973fa1a5da976f620da05eb2ec8bf7c55 /bard-emacs-modules
parent2b507b9d8c2b26e8ba736ac6867ed7c316e23736 (diff)
corrected spelling and no haskell popups
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-lang.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-lang.el b/bard-emacs-modules/bard-emacs-lang.el
index 8b174ea..426189e 100644
--- a/bard-emacs-modules/bard-emacs-lang.el
+++ b/bard-emacs-modules/bard-emacs-lang.el
@@ -29,7 +29,7 @@
(display-line-numbers-mode 1)
(hl-todo-mode 1))
-(add-hook 'prog-mode-hook 'bard/common-modes-
+(add-hook 'prog-mode-hook 'bard/common-modes-hook)
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
(add-hook 'haskell-mode-hook 'haskell-doc-mode)
(add-hook 'haskell-mode-hook 'haskell-indent-mode)
@@ -46,6 +46,9 @@
;; (add-to-list 'company-backends 'company-yasnippet)
;; (add-to-list 'company-backends 'company-files)
+;; disable ghci popups
+(setq haskell-interactive-popup-errors nil)
+
(add-to-list 'exec-path "/home/bard/.ghcup/bin")
(add-to-list 'exec-path "/home/bard/.cabal/bin")