all repos — nixfiles @ 162e80938621369086d6691bc5a4bd35024433a1

System and user configuration, managed by nix and home-manager

Emacs: Setup editorconfig again

Alan Pearce
commit

162e80938621369086d6691bc5a4bd35024433a1

parent

ca551892f1491f46de7fca055b97fcce90aa5bfa

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -727,6 +727,13 @@ ad-do-it)
ad-do-it))))) #+END_SRC +** editorconfig + +#+BEGIN_SRC emacs-lisp + (use-package editorconfig + :config (editorconfig-mode 1)) +#+END_SRC + ** dtrt-indent-mode Sometimes people use different indentation settings. [[https://github.com/jscheid/dtrt-indent][dtrt-indent]]