diff options
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-lang.el | 5 |
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") |
