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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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"

View file

@ -2,7 +2,6 @@
;;; core/packages.el
;; core.el
(package! dotenv-mode)
(package! auto-minor-mode)
;; core-ui.el