mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
envrc.el should be less invasive overall, and mise does the same thing, but for mise instead of direnv.
14 lines
243 B
EmacsLisp
14 lines
243 B
EmacsLisp
;;; siren-envrc.el --- jimeh's Emacs Siren: envrc configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for envrc.
|
|
|
|
;;; Code:
|
|
|
|
(use-package envrc
|
|
:hook (after-init . envrc-global-mode))
|
|
|
|
(provide 'siren-envrc)
|
|
;;; siren-envrc.el ends here
|