summaryrefslogtreecommitdiff
path: root/modules/font-config.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-0/+7
| | | | | | | | | | | | Enhance which-key integration by providing detailed descriptions for new key bindings across multiple modules. This improves the usability of custom keymaps by clarifying the purpose of each keybinding, making it easier for users to navigate and understand different menus and options available within the configuration. This update ensures that all custom keymaps now display a descriptive label in the which-key popup to explain their functionality, aiding users in identifying keymap purposes promptly.
* chore: Remove redundant autoload directives from modulesCraig Jennings2025-10-261-2/+0
| | | | | | | Remove unnecessary autoload directives from various functions across multiple modules, cleaning up the codebase and improving readability. These directives were redundant and not needed for the current project setup.
* refactor:dirvish: Remove redundant nerd-icons setupCraig Jennings2025-10-251-0/+6
| | | | | Move the `nerd-icons` setup from `dirvish-config.el` to `font-config.el` to consolidate icon configurations.
* refactor:font-config: update font settings and keybindingsCraig Jennings2025-10-231-9/+10
| | | | | | Add EBook font setting with specified weight and height. Change global keybinding functions to keymap-global-set for better clarity and maintainability.
* changing repositoriesCraig Jennings2025-10-121-0/+283