| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(latex): merge Graphviz config into module | Craig Jennings | 2025-08-14 | 3 | -19/+14 |
| | | | | | | | Remove standalone graphviz-config.el and its init.el require. Move graphviz-dot-mode setup into latex-config.el, add company-auctex initialization, and update AUCTeX section comment. | ||||
| * | feat(latex): Configure AUCTeX with latexmk and Zathura viewer | Craig Jennings | 2025-08-14 | 1 | -41/+27 |
| | | | | | | | Remove legacy commented code, set up tex and auctex-latexmk packages with hooks and options, and document keybindings for macros, environments, compilation, and PDF viewing. | ||||
| * | chore(scripts): Remove pomm file from reset script | Craig Jennings | 2025-08-14 | 1 | -0/+1 |
| | | |||||
| * | chore: remove archive-contents and update test assets | Craig Jennings | 2025-08-14 | 5 | -169/+10 |
| | | | | | | | | Delete the legacy archive-contents file. Add a new LaTeX test asset (assets/test-latex.tex). Rename existing test files for consistent naming: - test.ledger → test-ledger.ledger - test.md → test-markdown.md - test_misspellings.org → test-misspellings.org | ||||
| * | updating localrepo packages | Craig Jennings | 2025-08-13 | 4 | -1/+5 |
| | | |||||
| * | feat(system-defaults): native compilation prefs and log warnings | Craig Jennings | 2025-08-13 | 1 | -1/+35 |
| | | | | | | | - Set async compile workers, highest optimization, and always-compile - Redirect native-comp warnings to comp-warnings.log via advice on display-warning - NOTE: log native comp warnings still needs testing | ||||
| * | feat(ai-config): refactor GPTel integration and add features | Craig Jennings | 2025-08-13 | 1 | -112/+99 |
| | | | | | | | | | | - Simplify and unify `cj/toggle-gptel` with auto-focus and - scroll-to-end Introduce `ai-keymap` on C-h g for toggling and - clearing the AI buffer Use dynamic Org heading prefixes and - per-response reply headings with timestamps Update default model - setting, prompt directives, and auth key retrieval - `gptel-magit` support for Magit integration | ||||
| * | abbrev_defs: add idnetify typo and bump counts | Craig Jennings | 2025-08-13 | 1 | -3/+4 |
| | | |||||
| * | abbrevs | Craig Jennings | 2025-08-13 | 1 | -0/+1 |
| | | |||||
| * | added user and LLM model and version + timestamp for all responses | Craig Jennings | 2025-08-13 | 1 | -20/+107 |
| | | |||||
| * | splitting help into config (internal) and utils (added packages) | Craig Jennings | 2025-08-13 | 3 | -77/+91 |
| | | |||||
| * | move disable mouse to system-defaults and reformat for readability | Craig Jennings | 2025-08-12 | 2 | -26/+25 |
| | | |||||
| * | fixing documentation issue | Craig Jennings | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | removed unused and broken "who called me" function | Craig Jennings | 2025-08-12 | 1 | -23/+1 |
| | | |||||
| * | remove unused telegram-config.el | Craig Jennings | 2025-08-12 | 1 | -48/+0 |
| | | |||||
| * | abbrev updates | Craig Jennings | 2025-08-12 | 1 | -5/+12 |
| | | |||||
| * | package updates as of Tuesday, August 12, 2025 at 03:04:38 PM CDT | Craig Jennings | 2025-08-12 | 36 | -31/+33 |
| | | |||||
| * | updating tasks | Craig Jennings | 2025-08-04 | 1 | -0/+17 |
| | | |||||
| * | abbrevs | Craig Jennings | 2025-08-04 | 1 | -3/+5 |
| | | |||||
| * | updated tramp config for better async processing | Craig Jennings | 2025-07-31 | 1 | -0/+11 |
| | | |||||
| * | abbrevs | Craig Jennings | 2025-07-31 | 1 | -4/+14 |
| | | |||||
| * | don't remove whitespace in org mode | Craig Jennings | 2025-07-25 | 2 | -4/+3 |
| | | |||||
| * | more abbrevs | Craig Jennings | 2025-07-25 | 1 | -6/+8 |
| | | |||||
| * | removing rogue abbrev, adding new one for scholarship | Craig Jennings | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | wip cj/move-org-branch-to-roam | Craig Jennings | 2025-07-16 | 1 | -0/+70 |
| | | |||||
| * | updating tasks | Craig Jennings | 2025-07-16 | 1 | -0/+1 |
| | | |||||
| * | org-noter config changes | Craig Jennings | 2025-07-13 | 1 | -4/+10 |
| | | | | | | | | | - remove local custom package - vertical split - use sync-dir variable for search path - use org-pdftools for more precise links to pdftools documents - change default-notes-file-names to reading-notes.org | ||||
| * | pdfs should always fit-width when opened | Craig Jennings | 2025-07-13 | 1 | -1/+1 |
| | | |||||
| * | consolidate dashboard keybinding to f4 only | Craig Jennings | 2025-07-13 | 1 | -6/+9 |
| | | |||||
| * | abbrevs | Craig Jennings | 2025-07-13 | 1 | -3/+7 |
| | | |||||
| * | ai-config changes | Craig Jennings | 2025-07-13 | 1 | -22/+36 |
| | | | | | | | - use defvars for directives - created a toggle function that only actually works when gptel is already up and running. - bind the toggle function to f9 | ||||
| * | Fixing error with defining minor mode | Craig Jennings | 2025-07-12 | 1 | -10/+10 |
| | | | | | Used keywords rather than deprecated positional arguments to ‘define-minor-mode’ | ||||
| * | move erc-yank to erc-config; disable google-this | Craig Jennings | 2025-07-12 | 2 | -21/+21 |
| | | |||||
| * | disable unused test code | Craig Jennings | 2025-07-12 | 1 | -29/+5 |
| | | | | | not using mpdel or yeetube, so disabling them | ||||
| * | pdf files should open with midnight minor mode by default | Craig Jennings | 2025-07-12 | 1 | -0/+2 |
| | | |||||
| * | updating localrepo packages to latest as of Saturday, July 12, 2025 | Craig Jennings | 2025-07-12 | 16 | -12/+14 |
| | | |||||
| * | rename localrepo-update-repository to cj/update-localrepo-repository | Craig Jennings | 2025-07-12 | 1 | -1/+1 |
| | | |||||
| * | add org-noter config using melpa and bind to f6 | Craig Jennings | 2025-07-12 | 2 | -2304/+21 |
| | | |||||
| * | scroll 3 lines from top/bottom | Craig Jennings | 2025-07-12 | 1 | -1/+1 |
| | | |||||
| * | make pdf default format to view in calibredb | Craig Jennings | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | updated tasks | Craig Jennings | 2025-07-11 | 1 | -30/+32 |
| | | |||||
| * | more abbrevs | Craig Jennings | 2025-07-11 | 1 | -5/+9 |
| | | |||||
| * | moar bookmarks! | Craig Jennings | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | adding org-noter for testing/configuration | Craig Jennings | 2025-07-11 | 2 | -0/+2297 |
| | | |||||
| * | adding continuous scroll code in custom + configuring in pdf-config | Craig Jennings | 2025-07-01 | 2 | -2/+446 |
| | | |||||
| * | Add code in system-utils.el to open specific extensions via xdg-open | Craig Jennings | 2025-06-28 | 2 | -65/+50 |
| | | |||||
| * | Thursday, June 26, 2025 at 04:52:27 PM CDT | Craig Jennings | 2025-06-26 | 4 | -7/+74 |
| | | |||||
| * | fix listing switches typo | Craig Jennings | 2025-06-17 | 1 | -1/+1 |
| | | |||||
| * | remap shift backspace to delete | Craig Jennings | 2025-06-17 | 1 | -0/+3 |
| | | |||||
| * | added lectures location to go menu in dirvish | Craig Jennings | 2025-06-15 | 1 | -2/+3 |
| | | |||||
