Remove dotenv-mode package
Pruning packages that aren't strictly necessary.
This commit is contained in:
parent
f5d1081cde
commit
2afbbe392c
2 changed files with 1 additions and 2 deletions
|
@ -102,7 +102,7 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(insert
|
(insert
|
||||||
(concat
|
(concat
|
||||||
"# -*- mode: dotenv -*-\n"
|
"# -*- mode: sh -*-\n"
|
||||||
(format "# Generated from a %s shell environent\n" shell-file-name)
|
(format "# Generated from a %s shell environent\n" shell-file-name)
|
||||||
"# ---------------------------------------------------------------------------\n"
|
"# ---------------------------------------------------------------------------\n"
|
||||||
"# This file was auto-generated by `doom env'. It contains a list of environment\n"
|
"# This file was auto-generated by `doom env'. It contains a list of environment\n"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
;;; core/packages.el
|
;;; core/packages.el
|
||||||
|
|
||||||
;; core.el
|
;; core.el
|
||||||
(package! dotenv-mode)
|
|
||||||
(package! auto-minor-mode)
|
(package! auto-minor-mode)
|
||||||
|
|
||||||
;; core-ui.el
|
;; core-ui.el
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue