diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-11-20 06:30:54 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-11-20 06:30:54 -0500 |
commit | daf7184e85768587ab9e14eac50c3fe443a11512 (patch) | |
tree | d2741aeff0309167a69973c911ae40c61cdf3d4d | |
parent | 643801af5b59b1963933eb1c02e99c6ebdfec08c (diff) |
emacs: enable editorconfig
-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 308059d..229ebfc 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -88,7 +88,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 |