Update README.md

This commit is contained in:
James Cherti
2026-02-03 13:41:26 -05:00
parent ae1106ae59
commit abecef8855

View File

@@ -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