From 6237d9214bf62928e44677511e4483a1c3ee7336 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 23 Oct 2023 23:07:00 -0400 Subject: [PATCH] feat(emacs): add `haskell` packages Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 92c8b75..fba1fe6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -75,6 +75,8 @@ (straight-use-package 'yaml-mode) (straight-use-package 'poetry) (straight-use-package 'slime) +(straight-use-package 'haskell-mode) +(straight-use-package 'lsp-haskell) ;; ====== Custom =============================