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