From 63101cc0b525494dcfafad3c521df1c39698768a Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 26 Jan 2020 10:15:17 -0500 Subject: [PATCH] emacs: add haskell-mode --- emacs/auto/-macro.el | 1 + emacs/custom.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)))