| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | adding current project -- jumper | Craig Jennings | 2025-09-02 | 2 | -0/+177 | |
| | | ||||||
| * | abbrevs | Craig Jennings | 2025-09-02 | 1 | -1/+4 | |
| | | ||||||
| * | rewritten build emacs script | Craig Jennings | 2025-09-02 | 2 | -117/+146 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | added coding: utf-8-unix to header | Craig Jennings | 2025-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | add utf-8 unix to header | Craig Jennings | 2025-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | updated tasks to latest | Craig Jennings | 2025-09-01 | 1 | -66/+21 | |
| | | ||||||
| * | wip webclipper and org-capture issues | Craig Jennings | 2025-09-01 | 3 | -14/+66 | |
| | | ||||||
| * | update localrepo packages to current | Craig Jennings | 2025-09-01 | 14 | -10/+9 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | updated tasks | Craig Jennings | 2025-08-31 | 1 | -6/+8 | |
| | | ||||||
| * | 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 | 2 | -84/+37 | |
| | | | | | refactored for switch project function to leverage same code | |||||
| * | cosmetic nothing change | Craig Jennings | 2025-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | - 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 | 3 | -5/+8 | |
| | | | | | | | - 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 | 3 | -663/+666 | |
| | | | | | | | | | | | | - 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. | |||||
| * | updated tasks | Craig Jennings | 2025-08-31 | 1 | -33/+45 | |
| | | ||||||
| * | updating tasks | Craig Jennings | 2025-08-31 | 1 | -136/+339 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | abbrev updates | Craig Jennings | 2025-08-30 | 1 | -1/+2 | |
| | | ||||||
| * | (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 | |
| | | ||||||
| * | comment for flycheck-config | Craig Jennings | 2025-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |||||
| * | update to latest tasks | Craig Jennings | 2025-08-30 | 1 | -14/+17 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | (feat) flycheck additions | Craig Jennings | 2025-08-30 | 1 | -23/+68 | |
| | | | | | | | | - Flycheck automatically runs on shell scripts and elisp code - C-; ? opens flycheck's error list in another buffer and selects it - If C-; ? on an org buffer, it also registers proselint and triggers check. - Commentary text added | |||||
| * | Merge pull request #1 from ↵ | Craig Jennings | 2025-08-30 | 1 | -0/+50 | |
| |\ | | | | | | | | | | | cjennings/codex/create-initial-readme-with-config-overview docs: add initial README | |||||
| | * | docs: add initial README | Craig Jennings | 2025-08-14 | 1 | -0/+50 | |
| | | | ||||||
| * | | email, ai, and miscellaneous | Craig Jennings | 2025-08-30 | 10 | -207/+188 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor setup-email script - Enable "set -euo pipefail" for safer execution - Quote all variable references in test conditions - Update script header with usage notes and email setup steps email and org-msg changes - Configure org-msg with inline CSS, greeting, images, citations, and signature - Enable org-msg-mode in all mu4e compose buffers - Advise mu4e-compose-reply and mu4e-compose-wide-reply to use org-msg-edit-mode - Move no-auto-fill hook into mu4e-compose-mode-hook - Disable mu4e-compose-format-flowed and set mu4e-html2text-command - Update gnus-blocked-images comment and remove default signature-file setting - remove org-contact configurations ai changes - historian directive added - added all new directives to menu - changed default directive to default-directive! misc changes - org complains when tab-widths aren't at 8 - refactor and improve delete blank lines region or buffer - change name of add-header function to be more specific - updated tasks - updated abbrevs - documentation for local-arch-wiki-search | |||||
| * | | updating tasks and descriptions | Craig Jennings | 2025-08-22 | 1 | -0/+82 | |
| | | | ||||||
| * | | updating localrepo packages | Craig Jennings | 2025-08-21 | 10 | -3/+7 | |
| | | | ||||||
| * | | add an accountant directive for ai-config | Craig Jennings | 2025-08-21 | 1 | -0/+16 | |
| | | | ||||||
| * | | don't add org html footnote separator at the end of exports | Craig Jennings | 2025-08-21 | 1 | -4/+7 | |
| | | | ||||||
| * | | tufte.css inlined for org to html export | Craig Jennings | 2025-08-21 | 3 | -20/+595 | |
| | | | | | | | | | | | | | - adding test.org and tufte.css for html exports - removed ox-pandoc from org-export-config - adjusted org-export-config to inline tufte.css instead of the default org css | |||||
| * | | more abbrevs | Craig Jennings | 2025-08-21 | 1 | -14/+21 | |
| | | | ||||||
