summaryrefslogtreecommitdiff
path: root/modules/ui-navigation.el
AgeCommit message (Collapse)Author
6 daysrefactor: ui-navigation: update keybindings and declarationsCraig Jennings
Replace `global-set-key` with `keymap-global-set` for keybindings. Add missing `defvar` declarations and `declare-function` statements for improved clarity and maintainability of variable and function usage. Remove unnecessary `:defer` from `use-package` statements as deferred loading is not required.
2025-10-12changing repositoriesCraig Jennings