diff options
| author | 2026-01-27 16:45:42 +0100 | |
|---|---|---|
| committer | 2026-01-27 16:45:42 +0100 | |
| commit | bd1fedbf09eee8b747bca34c13f27ab598932fb2 (patch) | |
| tree | b602aaaa380173ef6dfa375a65c42cc1136e230a | |
| parent | zsh: add functions.local to fpath (diff) | |
editorconfig: org mode wants tab-width=8
It actually yells at you every time you save if you don't have it :D
| -rw-r--r-- | dot_editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_editorconfig b/dot_editorconfig index 3ec8f4e..d45d72c 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -19,5 +19,9 @@ indent_style = tab indent_style = space indent_size = 2 +[*.org] +# required by org mode +tab_width = 8 + [*.xml] indent_size = 2 |
