summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* added cj/clear-to-end-of-bufferCraig Jennings2025-09-051-1/+10
|
* added tron-legacy-themeCraig Jennings2025-09-031-0/+5
|
* remapping vanilla org-set-tags to counsel-org-tagCraig Jennings2025-09-031-1/+5
|
* adding pcmpl-args and company-shell for eshellCraig Jennings2025-09-031-0/+16
|
* refactor: Simplify org-capture templates; fix duplicate propertiesCraig Jennings2025-09-032-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 eshellCraig Jennings2025-09-031-0/+24
|
* improved tramp performance, file handling, security & auth settingsCraig Jennings2025-09-031-16/+87
|
* avoid hardcoding initialsCraig Jennings2025-09-031-1/+1
|
* fix(git-timemachine): Display date information in commit selectionCraig Jennings2025-09-031-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 Jennings2025-09-031-0/+6
|
* restored original webclipper functionalityCraig Jennings2025-09-031-39/+18
|
* move all disable mouse code to test and begin mousetrap modeCraig Jennings2025-09-022-41/+59
|
* select content before splitting window and leverage ivyCraig Jennings2025-09-021-17/+29
|
* correcting reading notes file and jump toCraig Jennings2025-09-022-3/+4
|
* adding package pm directiveCraig Jennings2025-09-022-4/+29
|
* adding current project -- jumperCraig Jennings2025-09-021-0/+176
|
* gptel should use projectile to add file to context if in projectCraig Jennings2025-09-021-6/+22
|
* adding common locations for dirvishCraig Jennings2025-09-021-4/+6
|
* disable workaround for org-element issueCraig Jennings2025-09-021-1/+1
|
* feat(auth): Improve GPG authentication with loopback pinentry modeCraig Jennings2025-09-022-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 defaultCraig Jennings2025-09-011-5/+5
|
* wip webclipper and org-capture issuesCraig Jennings2025-09-012-6/+46
|
* deferring latex items since they're not in use oftenCraig Jennings2025-09-011-0/+3
|
* flyspell should also wait for abbrev to loadCraig Jennings2025-09-011-2/+1
|
* load org-element.el as a workaround for bugCraig Jennings2025-09-011-0/+5
| | | | https://github.com/doomemacs/doomemacs/issues/7347
* Fixed comment boxCraig Jennings2025-08-311-17/+61
|
* refactor: Move project todo functions within projectile use-packageCraig Jennings2025-08-311-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 headingCraig Jennings2025-08-311-23/+33
|
* added function and keybinding to open projects todo.org fileCraig Jennings2025-08-311-13/+37
| | | | refactored for switch project function to leverage same code
* - remap flycheck-projectile-list errors to C-p xCraig Jennings2025-08-311-1/+2
|
* chore(config): refine comments, docs and flycheck bindingCraig Jennings2025-08-312-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 functionsCraig Jennings2025-08-312-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 directivesCraig Jennings2025-08-311-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 regionCraig Jennings2025-08-311-1/+0
| | | | | - redundant with custom functions capitalization keybindings - also want to free up as many keybindings as possible
* cosmetic comment additionsCraig Jennings2025-08-301-2/+2
|
* add defers to exercism and leetcode; add leetcode keybindingCraig Jennings2025-08-301-0/+3
|
* (refactor) separate text directives from codeCraig Jennings2025-08-302-123/+145
|
* alphabetized directives, added emacs config and prompt directivesCraig Jennings2025-08-301-75/+116
|
* add cj/buffer-same-mode for switching between mode buffersCraig Jennings2025-08-301-0/+12
| | | | Bind it to C-x B (capital) for ease of discovery/use/habit development
* removing disabled test codeCraig Jennings2025-08-301-97/+50
|
* removing unused variablesCraig Jennings2025-08-301-13/+8
|
* (feat) ai-config: better keybinding and add rewrite bindingCraig Jennings2025-08-301-8/+12
|
* (feat) flycheck additionsCraig Jennings2025-08-301-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
* email, ai, and miscellaneousCraig Jennings2025-08-306-121/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* add an accountant directive for ai-configCraig Jennings2025-08-211-0/+16
|
* don't add org html footnote separator at the end of exportsCraig Jennings2025-08-211-4/+7
|
* tufte.css inlined for org to html exportCraig Jennings2025-08-211-20/+60
| | | | | | - 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
* feat(eshell): Enable vterm by removing disable flagCraig Jennings2025-08-181-1/+0
|
* feat(ai-config): add role directives, auth retry, and clean upCraig Jennings2025-08-181-63/+114
| | | | | | | | - Introduce contractor, coder, reviewer, QA, proofreader & email directives - Remove deprecated code-only and writing directives - Update gptel-directives mapping and default prompts - Add auth retry advice for cj/toggle-gptel - Refactor indentation in toggle, keymap, and prompt functions
* feat(auth-config): Retry auth-source-search when failedCraig Jennings2025-08-181-1/+42
| | | | | | - Add `cj/ensure-auth` and `cj/ensure-auth-before` helpers and advice `cj/auth-source-search-retry` around `auth-source-search` to loop (killing the gpg-agent and retrying) until the `.authinfo.gpg` file is decrypted. - Include usage examples for wrapping other entry points (e.g., GPT toggle, mu4e, Tramp, Dirvish). - Fix indentation in an existing test.