| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(ai-directives): Improve chat and emacs directives | Craig Jennings | 2025-09-06 | 1 | -24/+68 |
| | | | | | | | Updated the chat directive to focus on genuine conversational flow and revised the emacs directive with more detailed guidance on problem-solving approach. | ||||
| * | feat(ai-config): Improve AI keymap documentation clarity | Craig Jennings | 2025-09-06 | 1 | -4/+3 |
| | | | | | | | | Update keymap documentation to clearly indicate that M-a overrides the default 'backward-sentence' command. Also remove redundant model and directive configurations that are handled elsewhere in the config. | ||||
| * | feat(erc): Enhance with multi-server support and improved UI | Craig Jennings | 2025-09-06 | 1 | -37/+231 |
| | | | | | | | | | Completely overhaul the ERC configuration with proper multi-server support, better buffer naming, and improved command interface. Add a dedicated keymap (C-c e) with commands for server connection, channel joining, and buffer switching with completion. Implement desktop notifications for mentions and improve nick colorization. | ||||
| * | feat(ai): Enhance GPTel workflow with save/load functionality | Craig Jennings | 2025-09-06 | 2 | -93/+314 |
| | | | | | | | | | | Add comprehensive conversation management with file persistence and improved context handling. The update includes a dedicated directory for storing conversations, new keybindings for save/load operations, and better buffer/file context management. Also improves documentation, cleans up the code structure, and enhances org-mode formatting with proper hierarchical headings. | ||||
| * | don't leave trailing space if there's no end-comment character | Craig Jennings | 2025-09-06 | 1 | -2/+5 |
| | | |||||
| * | remove tron theme and update to recent packages | Craig Jennings | 2025-09-06 | 1 | -4/+0 |
| | | |||||
| * | added commentary to match updated functions | Craig Jennings | 2025-09-05 | 1 | -7/+6 |
| | | |||||
| * | feat: Reorganize buffer editing functions and key bindings | Craig Jennings | 2025-09-05 | 1 | -12/+22 |
| | | | | | | | - Move and update buffer manipulation functions to the buffer operations section. - Add new function to clear text to beginning of buffer and improve message feedback. - Update key bindings to group related buffer commands together. | ||||
| * | added cj/clear-to-end-of-buffer | Craig Jennings | 2025-09-05 | 1 | -1/+10 |
| | | |||||
| * | added tron-legacy-theme | Craig Jennings | 2025-09-03 | 1 | -0/+5 |
| | | |||||
| * | remapping vanilla org-set-tags to counsel-org-tag | Craig Jennings | 2025-09-03 | 1 | -1/+5 |
| | | |||||
| * | adding pcmpl-args and company-shell for eshell | Craig Jennings | 2025-09-03 | 1 | -0/+16 |
| | | |||||
| * | refactor: Simplify org-capture templates; fix duplicate properties | Craig Jennings | 2025-09-03 | 2 | -50/+30 |
| | | | | | | | | | | | The commit simplifies and streamlines the Org configuration by: - Removing grocery and shopping list templates - Cleaning up org-roam templates by moving content to template files - Removing webclip specific template and function - Improving formatting and indentation for better readability This also fixes an issue where duplicate org-roam properties were being inserted into the resulting capture file. | ||||
| * | added functionality for eshell | Craig Jennings | 2025-09-03 | 1 | -0/+24 |
| | | |||||
| * | improved tramp performance, file handling, security & auth settings | Craig Jennings | 2025-09-03 | 1 | -16/+87 |
| | | |||||
| * | avoid hardcoding initials | Craig Jennings | 2025-09-03 | 1 | -1/+1 |
| | | |||||
| * | fix(git-timemachine): Display date information in commit selection | Craig Jennings | 2025-09-03 | 1 | -2/+34 |
| | | | | | | | | Add date information to the git-timemachine commit selection view and disable sorting to maintain chronological order of commits. The function now includes proper debugging and handles missing date information gracefully. | ||||
| * | adding efrit (disabled as it's not currently working) | Craig Jennings | 2025-09-03 | 1 | -0/+6 |
| | | |||||
| * | restored original webclipper functionality | Craig Jennings | 2025-09-03 | 1 | -39/+18 |
| | | |||||
| * | move all disable mouse code to test and begin mousetrap mode | Craig Jennings | 2025-09-02 | 2 | -41/+59 |
| | | |||||
| * | select content before splitting window and leverage ivy | Craig Jennings | 2025-09-02 | 1 | -17/+29 |
| | | |||||
| * | correcting reading notes file and jump to | Craig Jennings | 2025-09-02 | 2 | -3/+4 |
| | | |||||
| * | adding package pm directive | Craig Jennings | 2025-09-02 | 2 | -4/+29 |
| | | |||||
| * | adding current project -- jumper | Craig Jennings | 2025-09-02 | 1 | -0/+176 |
| | | |||||
| * | gptel should use projectile to add file to context if in project | Craig Jennings | 2025-09-02 | 1 | -6/+22 |
| | | |||||
| * | adding common locations for dirvish | Craig Jennings | 2025-09-02 | 1 | -4/+6 |
| | | |||||
| * | disable workaround for org-element issue | Craig Jennings | 2025-09-02 | 1 | -1/+1 |
| | | |||||
| * | feat(auth): Improve GPG authentication with loopback pinentry mode | Craig Jennings | 2025-09-02 | 2 | -50/+8 |
| | | | | | | | Configure EPG to use minibuffer for password prompts rather than external agents, removing the complex retry mechanism previously needed to handle authentication failures. | ||||
| * | run ChatGPT by default | Craig Jennings | 2025-09-01 | 1 | -5/+5 |
| | | |||||
| * | wip webclipper and org-capture issues | Craig Jennings | 2025-09-01 | 2 | -6/+46 |
| | | |||||
| * | deferring latex items since they're not in use often | Craig Jennings | 2025-09-01 | 1 | -0/+3 |
| | | |||||
| * | flyspell should also wait for abbrev to load | Craig Jennings | 2025-09-01 | 1 | -2/+1 |
| | | |||||
| * | load org-element.el as a workaround for bug | Craig Jennings | 2025-09-01 | 1 | -0/+5 |
| | | | | | https://github.com/doomemacs/doomemacs/issues/7347 | ||||
| * | Fixed comment box | Craig Jennings | 2025-08-31 | 1 | -17/+61 |
| | | |||||
| * | refactor: Move project todo functions within projectile use-package | Craig Jennings | 2025-08-31 | 1 | -39/+33 |
| | | | | | | | | | The project todo functions were relocated to be within the projectile use-package declaration, which better organizes related functionality. This keeps the code for finding and opening project todo files alongside the projectile configuration that it depends on, improving code organization and readability. | ||||
| * | configured anthropic's claude. Genericized assistant org heading | Craig Jennings | 2025-08-31 | 1 | -23/+33 |
| | | |||||
| * | added function and keybinding to open projects todo.org file | Craig Jennings | 2025-08-31 | 1 | -13/+37 |
| | | | | | refactored for switch project function to leverage same code | ||||
| * | - remap flycheck-projectile-list errors to C-p x | Craig Jennings | 2025-08-31 | 1 | -1/+2 |
| | | |||||
| * | chore(config): refine comments, docs and flycheck binding | Craig Jennings | 2025-08-31 | 2 | -2/+5 |
| | | | | | | | - Simplify init.el commentary and reference ai-directives.el - Clarify cj/format-region-or-buffer docstring wording - Add flycheck keymap to personal/custom key map C-; | ||||
| * | (refactor) custom functions | Craig Jennings | 2025-08-31 | 2 | -656/+657 |
| | | | | | | | | | | | | - Pull in custom commenting functions from prog-comments.el - categorize similar functions and add to proper key maps - better comments to explain functions - wrapped upcase and downcase functions to actually dwim - modified readable time format - removed strip-ctrl-m -- unused and didn't function correctly - removed wrap-region-as-code-span -- unused & redundant with other wrap funcs - renamed some functions to clarify purpose | ||||
| * | chore(ai-directives): Add Git expertise and refine directives | Craig Jennings | 2025-08-31 | 1 | -11/+12 |
| | | | | | | | - Expand coder-directive to include Git VCS guidance. - Enhance emacs-directive with Magit support, clarify config review prompts, docstring conventions, and unit test instructions. | ||||
| * | removing C-c u for capitalize region | Craig Jennings | 2025-08-31 | 1 | -1/+0 |
| | | | | | | - redundant with custom functions capitalization keybindings - also want to free up as many keybindings as possible | ||||
| * | cosmetic comment additions | Craig Jennings | 2025-08-30 | 1 | -2/+2 |
| | | |||||
| * | add defers to exercism and leetcode; add leetcode keybinding | Craig Jennings | 2025-08-30 | 1 | -0/+3 |
| | | |||||
| * | (refactor) separate text directives from code | Craig Jennings | 2025-08-30 | 2 | -123/+145 |
| | | |||||
| * | alphabetized directives, added emacs config and prompt directives | Craig Jennings | 2025-08-30 | 1 | -75/+116 |
| | | |||||
| * | add cj/buffer-same-mode for switching between mode buffers | Craig Jennings | 2025-08-30 | 1 | -0/+12 |
| | | | | | Bind it to C-x B (capital) for ease of discovery/use/habit development | ||||
| * | removing disabled test code | Craig Jennings | 2025-08-30 | 1 | -97/+50 |
| | | |||||
| * | removing unused variables | Craig Jennings | 2025-08-30 | 1 | -13/+8 |
| | | |||||
| * | (feat) ai-config: better keybinding and add rewrite binding | Craig Jennings | 2025-08-30 | 1 | -8/+12 |
| | | |||||
