diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-14 06:47:49 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-14 06:47:49 -0400 |
| commit | f304efa8681ed8ee7109009730efa08d06eba025 (patch) | |
| tree | e3d0b6b1cc5ed586cc7b33d14cf41050cd23bc8b /.config/micro/settings.json | |
| parent | d1878e9d50c97d7e27e6dfa7d38185d9b47bcebb (diff) | |
| download | dotfiles-f304efa8681ed8ee7109009730efa08d06eba025.tar.gz | |
improve config
Diffstat (limited to '.config/micro/settings.json')
| -rw-r--r-- | .config/micro/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/micro/settings.json b/.config/micro/settings.json index ab6be74..4cdd416 100644 --- a/.config/micro/settings.json +++ b/.config/micro/settings.json @@ -1,3 +1,6 @@ { - "colorscheme": "solarized" + "autoclose": false, + "colorscheme": "solarized", + "softwrap": true, + "sucmd": "doas" } |
