mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove dotenv-mode package
Pruning packages that aren't strictly necessary.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user