summaryrefslogtreecommitdiff
path: root/modules/wip.el
Commit message (Collapse)AuthorAgeFilesLines
* chore: delete wip.el and remove its stale require from init.elCraig Jennings2026-04-221-60/+0
| | | | | | | | wip.el held commented-out scratch code (efrit, buffer-same-mode, easy-hugo) plus one active pomm use-package block. The require in init.el was itself commented out, so the file compiled on every make compile pass but nothing in it ever ran at startup. The easy-hugo block motivated the new preview and publish commands that landed in the previous commit. The other entries (efrit, buffer-same-mode) have been dead code for months. Also removes the "Cannot load pomm" warning that has been appearing on every make compile run.
* refactor: Rename custom-file-buffer to custom-buffer-fileCraig Jennings2025-10-271-154/+0
| | | | | | | | | Renamed the module 'custom-file-buffer' to 'custom-buffer-file' to ensure consistency across the codebase. This change affects module imports and test files. Additionally, new module 'system-commands.el' has been created to handle system power and session management commands, removing these functionalities from 'wip.el'.
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-0/+2
| | | | | | | | | | | | 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-1/+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: unify and simplify key binding setupsCraig Jennings2025-10-231-26/+39
| | | | | | | | Optimized key binding configurations across modules for consistency and reduced redundancy. Improved conditional requiring to handle errors gracefully in `music-config.el`, ensuring robustness across different machine environments. Eliminated comments clutter and adjusted function definitions to adhere to revised standards.
* feat: system commands: logout, reboot, restart emacs, etc.Craig Jennings2025-10-181-10/+124
|
* feat: mousetrap-mode: move mousetrap-mode from wip into moduleCraig Jennings2025-10-121-35/+0
|
* changing repositoriesCraig Jennings2025-10-121-0/+121