Files
dot-emacs/lisp/init-elvish.el

12 lines
202 B
EmacsLisp
Raw Normal View History

2025-11-19 09:22:40 +01:00
(use-package elvish-mode
:mode "\\.elv\\'"
:config
(setq tab-width 2
elvish-indent-level 2
elvish-indent-string-contents t))
(provide 'init-elvish)
;;; init-elvish.el ends here