aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-datetime.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(custom-datetime): resolve undefined variable warningCraig Jennings2025-10-201-1/+2
| | | | | Define cj/custom-keymap as a variable to avoid warnings during compile time.
* refactor: datetime: Enhance date/time insertion with keymap supportCraig Jennings2025-10-181-22/+50
| | | | | Replaced prefix command setup with defvar-keymap for maintainability. Enhanced documentation to list interactive commands and customization options.
* maint: remaining custom functions grouped into separate modulesCraig Jennings2025-10-121-0/+93