| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-04-27 | modules/less: Don't confuse less with the copyright comments in the config file | Benedikt Peetz | |
| reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments. | |||
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2024-11-03 | fix(modules/less/command.less): Improve keymappings | Benedikt Peetz | |
| This removes some unneeded ones and adds the ARROW UP mapping to ensure symmetry to the ARROW DOWN mapping. | |||
| 2024-11-02 | fix(modules/less/command): Re-enable `#stop` | Benedikt Peetz | |
| This feature regressed in less 661 but was fixed in 668. See: - https://github.com/gwsw/less/issues/551 - https://github.com/gwsw/less/commit/2526c72b1212b2a1f34bdda88a93b0c7f7b4a16a | |||
| 2024-11-02 | refactor(modules/legacy/less): Migrate to `by-name` | Benedikt Peetz | |
| 2024-10-18 | refactor(modules): Move all system modules to `by-name` | Benedikt Peetz | |
| From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules. | |||
| 2024-08-03 | fix(modules/home/less/lesskey): Fix less not using values from lesskey file | Benedikt Peetz | |
| less ignores the lesskey file if it contains the `#stop` directive. This is extremely weird, but one valid fix is just removing the `#stop` directive. | |||
| 2024-05-23 | refactor(modules/home): Setup as "normal" NixOS module | Benedikt Peetz | |
| 2024-05-20 | refactor(hm): Rename to `modules/home` | Benedikt Peetz | |
| 2024-01-21 | fix(hm/conf/less): Ensure that less can read the lesskey file | Soispha | |
| 2024-01-13 | feat(hm/conf/less): Configure the full lesskey file | Soispha | |
