diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/less/command.less | 3 | ||||
-rw-r--r-- | modules/home/conf/less/default.nix | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/modules/home/conf/less/command.less b/modules/home/conf/less/command.less index 5365686b..95b79b02 100644 --- a/modules/home/conf/less/command.less +++ b/modules/home/conf/less/command.less @@ -123,4 +123,5 @@ Q quit ZZ quit # Stop processing (and ignore less' default values) -#stop +# (// FIXME: This stopped working and thus we just comment it out <2024-08-03> ) +# stop diff --git a/modules/home/conf/less/default.nix b/modules/home/conf/less/default.nix index f4103080..9991ebef 100644 --- a/modules/home/conf/less/default.nix +++ b/modules/home/conf/less/default.nix @@ -7,6 +7,7 @@ LESSHISTSIZE = 10000; LESSHISTFILE = "${config.xdg.dataHome}/less/history"; }; + programs.less = { enable = true; keys = |