mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-19 13:30:57 +01:00
changes here and there
This commit is contained in:
11
lisp/init-elvish.el
Normal file
11
lisp/init-elvish.el
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
(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
|
||||
Reference in New Issue
Block a user