aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c3343b9..e3c6722 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,7 +65,7 @@
setup =
''
require('smear_cursor').setup {
- smear_to_cmd = false;
+ -- smear_to_cmd = false;
}
'';
};
@@ -156,7 +156,7 @@
enable = true;
setupOpts = {
cmdline = {
- view = "cmdline"; # Get a classic cmdline at the bottom
+ # view = "cmdline"; # Get a classic cmdline at the bottom
};
};
};