From b2e87061e8145fe2706b23d5547f06a721e989ad Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:17:29 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b505e01..f88d794 100644 --- a/README.md +++ b/README.md @@ -2158,11 +2158,6 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e :commands go-mode :mode ("\\.go\\'" . go-mode)) -;; Support for Haskell -(use-package haskell-mode - :commands haskell-mode - :mode ("\\.hs\\'" . haskell-mode)) - ;; Support for Rust (use-package rust-mode :commands rust-mode