From 98374ca5f758bc7d82557e0d2b5c710175d37a21 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 28 May 2023 19:39:47 +0200 Subject: Install and configure Emacs haskell-mode --- tw/home/files/emacs-init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tw/home/files/emacs-init.el') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index dcf7e784..13e154ff 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -309,6 +309,9 @@ :mode (rx ".dot" eos) :custom (graphviz-dot-view-command "xdot %s" "Use xdot for previewing graphviz files.")) +(use-package haskell-mode + :mode (rx (or ".hs" ".lhs" ".hsc" ".cpphs" ".c2hs") eos)) + (use-package hcl-mode :mode (rx "." (or "hcl" "nomad") eos)) -- cgit v1.2.3