Remove dotenv-mode package

Pruning packages that aren't strictly necessary.
This commit is contained in:
Henrik Lissner
2019-12-19 22:05:55 -05:00
parent f5d1081cde
commit 2afbbe392c
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in
(goto-char (point-min))
(insert
(concat
"# -*- mode: dotenv -*-\n"
"# -*- mode: sh -*-\n"
(format "# Generated from a %s shell environent\n" shell-file-name)
"# ---------------------------------------------------------------------------\n"
"# This file was auto-generated by `doom env'. It contains a list of environment\n"