diff --git a/emacs/auto/-macro.el b/emacs/auto/-macro.el index c594319..66c95cc 100644 --- a/emacs/auto/-macro.el +++ b/emacs/auto/-macro.el @@ -24,6 +24,7 @@ (add-hook 'lisp-mode-hook #'agw-lisp-mode) (add-hook 'reb-lisp-mode-hook #'agw-lisp-mode) (add-hook 'scheme-mode-hook #'agw-lisp-mode) +(add-hook 'haskell-mode-hook #'agw-lisp-mode) (add-hook 'ranger-mode-hook #'agw-ranger-mode) diff --git a/emacs/custom.el b/emacs/custom.el index de76f95..bc0b9b6 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -59,7 +59,7 @@ '(package-enable-at-startup nil) '(package-selected-packages (quote - (fish-mode evil-collection ranger deadgrep smart-tabs-mode evil-lion dired-sidebar diredfl rainbow-delimiters all-the-icons-dired org-bullets markdown-mode all-the-icons rust-mode base16-theme powerline evil ## undo-tree paradox))) + (haskell-mode fish-mode evil-collection ranger deadgrep smart-tabs-mode evil-lion dired-sidebar diredfl rainbow-delimiters all-the-icons-dired org-bullets markdown-mode all-the-icons rust-mode base16-theme powerline evil ## undo-tree paradox))) '(prog-mode-hook (quote (flyspell-prog-mode prettify-symbols-mode subword-mode rainbow-delimiters-mode whitespace-mode)))