diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-24 23:51:40 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-24 23:51:40 +0200 |
commit | 51ff163724b4b27b9d342d749ac23ebd323a5751 (patch) | |
tree | f60b826c32c2e87585b82e2a7d9e2cc4794acc14 /fnl | |
parent | 0280bb06733c6ea3de087cc7b72decb3f7d41a17 (diff) |
Update options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/settings/options.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index 3a88c5c..2408463 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -26,7 +26,7 @@ :pumheight 10 ;; we don't need to see things like ;; INSERT ;; anymore :showmode false - ;; always show tabs + ;; never show tabs :showtabline 0 ;; smart case :smartcase true |