From abecef885586ea904243f6db0dd54f5a22f952c2 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:41:26 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 6e21bb4..23a20b4 100644 --- a/README.md +++ b/README.md @@ -2005,12 +2005,6 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e :commands nix-mode :mode ("\\.nix\\'" . nix-mode)) -;; Support for common .env file syntax, typically used for environment -;; variable files -(use-package dotenv-mode - :commands dotenv-mode - :mode ("\\.env\\..*\\'" . dotenv-mode)) - ;; Major mode for editing Fish shell scripts (use-package fish-mode :commands fish-mode