home: pager: remove 'LESSKEY'

It should do the lookup in `$XDG_CONFIG_HOME/lesskey` automatically now.
This commit is contained in:
Bruno BELANYI 2025-02-24 17:07:43 +00:00
parent d3a953247c
commit 852696409a

View file

@ -16,7 +16,6 @@ in
LESS = "-R -+X -c";
# Better XDG compliance
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
LESSKEY = "${config.xdg.configHome}/less/lesskey";
};
};
}