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.
15 lines
238 B
EmacsLisp
15 lines
238 B
EmacsLisp
;;; siren-mise.el --- jimeh's Emacs Siren: mise configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for mise.
|
|
|
|
;;; Code:
|
|
|
|
(use-package mise
|
|
:hook
|
|
(after-init . global-mise-mode))
|
|
|
|
(provide 'siren-mise)
|
|
;;; siren-mise.el ends here
|