summaryrefslogtreecommitdiff
path: root/modules/custom-comments.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(custom-comments): update comment for eval-when-compileCraig Jennings2025-10-201-1/+1
| | | | | | Update eval-when-compile to reference cj/custom-keymap directly, as it's defined in keybindings.el, eliminating the need for requiring the whole fucking keybindings module for key mapping.
* doc: custom-comments: improved commentaryCraig Jennings2025-10-181-2/+13
|
* fix: cj/custom-keymap: string versus symbol issueCraig Jennings2025-10-171-1/+1
|
* custom-comments: optimize startup; remove wip functionCraig Jennings2025-10-171-35/+14
| | | | | - add eval-when-compile and autoload functions to speed startup time - comment user edit needs to be rethought, so removing current wip function
* maint: remaining custom functions grouped into separate modulesCraig Jennings2025-10-121-0/+196