diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 4c0f22e..8e12d7c 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -727,6 +727,13 @@ with spaces. Perfect! 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]] |