| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc: keybindings: better keybindings text | Craig Jennings | 2025-10-18 | 1 | -11/+18 |
| | | |||||
| * | feat: system commands: logout, reboot, restart emacs, etc. | Craig Jennings | 2025-10-18 | 1 | -10/+124 |
| | | |||||
| * | maint: org-roam: moved org-branch-to-org-roam-node from webclipper | Craig Jennings | 2025-10-18 | 2 | -97/+95 |
| | | |||||
| * | fix: music-config: rogue commas introduced by "convenience" function | Craig Jennings | 2025-10-18 | 1 | -1/+1 |
| | | |||||
| * | refactor: custom-misc: Improve utility functions and modernize code | Craig Jennings | 2025-10-18 | 1 | -39/+72 |
| | | | | | | | | | | - Add comprehensive module documentation - Enhance jump-to-matching-paren with better delimiter detection and error handling - Add user feedback messages to format and fraction replacement functions - Modernize keybindings to use keymap-set instead of define-key - Fix potential advice stacking issue on file reload - Improve code formatting and consistency throughout | ||||
| * | fix: host-env: fix battery func, mac-osx detection, and docstrings | Craig Jennings | 2025-10-18 | 1 | -15/+17 |
| | | |||||
| * | feat: video-capture: Auto-initialize after Emacs startup | Craig Jennings | 2025-10-18 | 1 | -51/+93 |
| | | | | | | | - Refactor quick-video-capture to auto-initialize after Emacs startup, removing the need for manual setup. - Added functions to ensure initialization and defer loading strategies to optimize startup sequence. - Improved handling of org-protocol and capture templates to be idempotent and prevent redundancy. | ||||
| * | fix: org-gcal: disable idle timer for initial sync | Craig Jennings | 2025-10-18 | 1 | -6/+6 |
| | | |||||
| * | fix: config-utilities: docstring quoting issue | Craig Jennings | 2025-10-18 | 1 | -1/+1 |
| | | |||||
| * | fix: org-capture: appt replaces event, selections auto-finish | Craig Jennings | 2025-10-18 | 1 | -7/+8 |
| | | | | | | - moving away from two org files to manage events in favor of simply using gcal integration with org-gcal. disabled capture template for schedule-file. - text with selection should auto-finish at capture | ||||
| * | maint: org-dir: removed disabled code, deferred package load | Craig Jennings | 2025-10-18 | 1 | -10/+2 |
| | | |||||
| * | refactor: created specific org-dir variable for ~/sync/org | Craig Jennings | 2025-10-18 | 10 | -38/+52 |
| | | |||||
| * | maint: custom-case: added commentary | Craig Jennings | 2025-10-18 | 1 | -1/+12 |
| | | |||||
| * | fix: buffer-and-file-map: symbol vs string error | Craig Jennings | 2025-10-18 | 1 | -1/+1 |
| | | |||||
| * | refactor: datetime: Enhance date/time insertion with keymap support | Craig Jennings | 2025-10-18 | 1 | -22/+50 |
| | | | | | | Replaced prefix command setup with defvar-keymap for maintainability. Enhanced documentation to list interactive commands and customization options. | ||||
| * | refactor: music-config: streamline EMMS integration + error handling | Craig Jennings | 2025-10-18 | 1 | -495/+363 |
| | | | | | | | | | | Simplified EMMS configuration: - restructured helper functions - standardized error handling - removed redundant wrappers - ensured buffer state synchronization - improved Dired/Dirvish integration for playlist management | ||||
| * | refactor: keymap: Use defvar-keymap and keymap-set | Craig Jennings | 2025-10-17 | 1 | -17/+15 |
| | | | | | | | | - Replace define-prefix-command/define-key with defvar-keymap and keymap-set - Preserve existing bindings under cj/custom-keymap "l" - Tidy docstrings and reflow long lines - No functional changes | ||||
| * | fix: cj/custom-keymap: string versus symbol issue | Craig Jennings | 2025-10-17 | 1 | -1/+1 |
| | | |||||
| * | feat: file-buffer: Add PostScript printing with color | Craig Jennings | 2025-10-17 | 1 | -47/+80 |
| | | | | | | | | | | - cj/print-buffer-ps prints buffer or active region; prefix enables color - Auto-detect and cache spooler (lpr/lp); override via cj/print-spooler-command - Sends to default printer with no headers - Replace use-package ps-print config; add declare-function guards - Refactor keymap to defvar-keymap and keymap-set - Minor cleanup in rename function (remove unused var) | ||||
| * | custom-comments: optimize startup; remove wip function | Craig Jennings | 2025-10-17 | 1 | -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 | ||||
| * | bug: flycheck: remove load after now-renamed module | Craig Jennings | 2025-10-16 | 1 | -1/+0 |
| | | |||||
| * | refactor: org-store-link: move keybinding to org-config | Craig Jennings | 2025-10-16 | 1 | -2/+3 |
| | | |||||
| * | fix: dirvish: add key to dirvish keymap only after dirvish is loaded | Craig Jennings | 2025-10-16 | 1 | -1/+1 |
| | | |||||
| * | refactor: keybindings: Improve keymap definitions and bindings | Craig Jennings | 2025-10-16 | 1 | -71/+83 |
| | | | | | | | | - Replace deprecated global-set-key with keymap-global-set. - Enhance jump-to command implementation with error checking. - Optimize which-key and free-keys configurations for better startup performance. - Clean up legacy code and comments. | ||||
| * | bug: flyspell: move unmap C-; command to after flyspell loads | Craig Jennings | 2025-10-16 | 1 | -0/+2 |
| | | | | | "C-;" is used for the custom-keymap prefix, but flyspell also grabs it when loaded. Since Flyspell-mode-map will override it locally when launched, I unset the keybinding after launch in :config | ||||
| * | refactor: keybindings: Enhance case-change operations keymap | Craig Jennings | 2025-10-16 | 1 | -6/+9 |
| | | | | | | | - Transitioned to `defvar-keymap` for a clearer keymap definition. - Updated keybinding setup to use `keymap-set`. - Added keybindings dependency check with eval-when-compile. | ||||
| * | refactor: mail-config: streamline keybindings and update actions | Craig Jennings | 2025-10-16 | 1 | -21/+25 |
| | | | | | | | - Update org-msg setup with a more intuitive keybinding for attachments - Remove redundant key remappings in mu4e-compose-mode. - Improve readability of action configurations in mu4e-headers and mu4e-view. | ||||
| * | add dwim shell command for optimizing for email | Craig Jennings | 2025-10-15 | 1 | -2/+8 |
| | | |||||
| * | fix: only use mpd to play music; fix space in playlist buffername | Craig Jennings | 2025-10-15 | 2 | -3/+15 |
| | | |||||
| * | feat: calendar: fix calendar navigation keys to be more intuitive | Craig Jennings | 2025-10-15 | 1 | -6/+7 |
| | | | | | | | arrow keys move by day C-arrow move by month M-arrow move by year | ||||
| * | comment clarification | Craig Jennings | 2025-10-15 | 1 | -1/+1 |
| | | |||||
| * | no need to define keymap for webclipper | Craig Jennings | 2025-10-15 | 1 | -11/+13 |
| | | |||||
| * | fix: host-environment: issue with string vs symbol for system-type | Craig Jennings | 2025-10-15 | 1 | -1/+1 |
| | | |||||
| * | add missing capture template for org-contact | Craig Jennings | 2025-10-15 | 1 | -2/+18 |
| | | |||||
| * | feat: webclipper): Add web clipping with org-protocol integration | Craig Jennings | 2025-10-12 | 1 | -107/+268 |
| | | | | | | | | - Reworked the org-webclipper.el module to support a "fire-and-forget" workflow using org-protocol and org-web-tools. - Added feature to handle web clipping directly from the browser with a bookmarklet, converting content to Org format using Pandoc. - New functions ensure lazy loading of necessary packages and setup of capture templates. - Enhanced keymap setup to integrate with custom keymaps, facilitating easier user interaction. | ||||
| * | fix: call cj/join-line-or-region with 0 (correct number) args | Craig Jennings | 2025-10-12 | 1 | -1/+1 |
| | | |||||
| * | fix: don't need to scan code-dir for agenda | Craig Jennings | 2025-10-12 | 1 | -3/+3 |
| | | |||||
| * | maint: lazy load macros-file | Craig Jennings | 2025-10-12 | 1 | -18/+31 |
| | | |||||
| * | feat: complete music/dired integration with dired add to playlist | Craig Jennings | 2025-10-12 | 2 | -26/+27 |
| | | |||||
| * | maint: remaining custom functions grouped into separate modules | Craig Jennings | 2025-10-12 | 10 | -866/+874 |
| | | |||||
| * | refactor: keybindings: Consolidate custom keymap setup | Craig Jennings | 2025-10-12 | 2 | -24/+30 |
| | | | | | | Unbind Flyspell's 'C-;' keybinding. Move the custom-keymap definition to keybindings.el bound 'C-;' | ||||
| * | maint: assemble file and buffer operations into single module | Craig Jennings | 2025-10-12 | 2 | -136/+148 |
| | | |||||
| * | feat: mousetrap-mode: move mousetrap-mode from wip into module | Craig Jennings | 2025-10-12 | 2 | -35/+53 |
| | | |||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 82 | -0/+13879 |
