Use shell-script-mode for .env.local files
This commit is contained in:
parent
05f144b85e
commit
3d3c04eb5f
@ -4,6 +4,7 @@
|
||||
:defer 2
|
||||
:init
|
||||
(add-to-list 'auto-mode-alist '("\\.env\\'" . shell-script-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.env.local\\'" . shell-script-mode))
|
||||
:config
|
||||
(direnv-mode)
|
||||
(add-hook 'eshell-mode-hook #'direnv-update-directory-environment)
|
||||
|
Loading…
Reference in New Issue
Block a user