From 495f57aada0915ead26be12db575b8ec4855d59a Mon Sep 17 00:00:00 2001 From: bard Date: Tue, 19 Dec 2023 17:22:09 -0500 Subject: corrected spelling and no haskell popups --- bard-emacs-modules/bard-emacs-lang.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bard-emacs-modules') 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") -- cgit v1.2.3