diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-11-20 06:30:54 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-11-20 19:57:12 -0500 |
commit | 831c97dff611f1bdfffa5efb20fad1f18d399ca9 (patch) | |
tree | 13bbe5448ebe89904acd02b3da6e4936ea542064 /emacs | |
parent | b99799997de50df5c43fbeea19324f1b84cb8914 (diff) |
emacs: enable editorconfig
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index edaa6cd..59dfa5f 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -87,7 +87,7 @@ ;;debugger ; FIXME stepping through code, to help you add bugs ;;direnv ;;docker - ;;editorconfig ; let someone else argue about tabs vs spaces + editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists |