aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-datetime.el
Commit message (Collapse)AuthorAgeFilesLines
* feat: undead-buffers: Add `cj/make-buffer-undead` function and testsCraig Jennings2025-10-221-2/+3
| | | | | | | | | | | | | | | Introduce a new function `cj/make-buffer-undead` that appends a buffer name to the `cj/undead-buffer-list`, preventing it from being killed. This comes along with a suite of tests to check various scenarios and edge cases for handling undead buffers. Additionally, add tests for related functions: `cj/kill-buffer-or-bury-alive`, `cj/kill-buffer-and-window`, and others to ensure they correctly manage buffers, particularly with undead-status considerations. Refactor `undead-buffer-list` naming for consistency and clarity in the module.
* 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