summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added tron-legacy-themeCraig Jennings2025-09-031-0/+5
|
* updated tasksCraig Jennings2025-09-031-179/+115
|
* 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
|
* updating localrepo packagesCraig Jennings2025-09-0313-5/+10
|
* updated tasksCraig Jennings2025-09-031-17/+276
|
* 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.
* adding titlecase functionality to reviewCraig Jennings2025-09-032-0/+1117
|
* added functionality for eshellCraig Jennings2025-09-031-0/+24
|
* another abbrevCraig Jennings2025-09-031-0/+1
|
* improved tramp performance, file handling, security & auth settingsCraig Jennings2025-09-031-16/+87
|
* updated tasksCraig Jennings2025-09-031-314/+426
|
* wip: adding both pdf continuous scroll mode versionsCraig Jennings2025-09-032-35/+1081
|
* 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
|
* abbrevsCraig Jennings2025-09-021-8/+8
|
* adding current project -- jumperCraig Jennings2025-09-022-0/+177
|
* abbrevsCraig Jennings2025-09-021-1/+4
|
* rewritten build emacs scriptCraig Jennings2025-09-022-117/+146
|
* 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
|
* added coding: utf-8-unix to headerCraig Jennings2025-09-011-1/+1
|
* add utf-8 unix to headerCraig Jennings2025-09-011-1/+1
|
* updated tasks to latestCraig Jennings2025-09-011-66/+21
|
* wip webclipper and org-capture issuesCraig Jennings2025-09-013-14/+66
|
* update localrepo packages to currentCraig Jennings2025-09-0114-10/+9
|
* 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
|
* updated tasksCraig Jennings2025-08-311-6/+8
|
* 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-312-84/+37
| | | | refactored for switch project function to leverage same code
* cosmetic nothing changeCraig Jennings2025-08-311-1/+1
|
* - remap flycheck-projectile-list errors to C-p xCraig Jennings2025-08-311-1/+2
|
* chore(config): refine comments, docs and flycheck bindingCraig Jennings2025-08-313-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 functionsCraig Jennings2025-08-313-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 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.
* updated tasksCraig Jennings2025-08-311-33/+45
|
* updating tasksCraig Jennings2025-08-311-136/+339
|