summaryrefslogtreecommitdiff
path: root/modules/show-kill-ring.el
AgeCommit message (Collapse)Author
37 hoursfix(terminal): add console/mosh compatibilityCraig Jennings
- Create terminal-compat.el for arrow key escape sequences - Fix M-uppercase keybindings (M-O → M-S-o, etc.) that conflicted with terminal escape sequences ESC O A/B/C/D - Add GUI-only guards for emojify and icon rendering - 18 keybindings updated across 13 modules with override comments
2025-10-20refactor: show-kill-ring: improve code readability and consistencyCraig Jennings
Remove unnecessary lines and fix inconsistencies in code style: - Remove redundant blank lines in documentation strings. - Use `#'` for function references. - Replace `global-set-key` with `keymap-global-set`.
2025-10-12changing repositoriesCraig Jennings