diff options
author | Alan Pearce | 2016-04-29 11:02:31 +0200 |
---|---|---|
committer | Alan Pearce | 2016-04-29 11:02:31 +0200 |
commit | 162e80938621369086d6691bc5a4bd35024433a1 (patch) | |
tree | 6953bbd52527d102beb8dda1e3070264bf4f89c3 | |
parent | ca551892f1491f46de7fca055b97fcce90aa5bfa (diff) | |
download | nixfiles-162e80938621369086d6691bc5a4bd35024433a1.tar.lz nixfiles-162e80938621369086d6691bc5a4bd35024433a1.tar.zst nixfiles-162e80938621369086d6691bc5a4bd35024433a1.zip |
Emacs: Setup editorconfig again
-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 4c0f22e4..8e12d7c0 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]] |