summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removing chess piecesCraig Jennings2025-08-152513-164709/+0
|
* latest changesCraig Jennings2025-08-154-11/+2
|
* adding packagesCraig Jennings2025-08-159-5/+4
|
* chore(build): enable strict bash mode and bump Emacs versionCraig Jennings2025-08-151-3/+18
|
* add compile-angel to ensure consistent native compilationCraig Jennings2025-08-151-1/+9
|
* don't byte-compile early initCraig Jennings2025-08-151-1/+1
|
* remove unused hydras; remove unused gamesCraig Jennings2025-08-152-34/+34
|
* chore: remove ledger-config and update LaTeX commentsCraig Jennings2025-08-152-7/+8
|
* removing all downloaded devdocs filesCraig Jennings2025-08-143727-322893/+0
|
* refactor(system-utils): major refactoring / adding testsCraig Jennings2025-08-1413-402/+664
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Theme: Modularize system-utilities into separate modules. Clean up any typos, buts, and unused variables. Add some initial ERT tests for new modules created. Changes: - Extract file handling into its own module (file-config) - Extract keyboard macro management into its own module (keyboard-macros) - Extract buffer burying (instead of killing) into its own module (undead-buffers) - Extract all date/time config into its own module (chrono-tools) - Moved keybinding discovery functionality and help into keybindings module - Combine flyspell and abbrev (spell-check and autocorrect) to flyspell-and-abbrev.el - Rename epa-config.el to auth-config.el for auth-source and epa settings. - Refactor `cj/kill-other-window` for more accurate buffer handling. - Include "*ert*" in the default bury (don't kill) list as killing it kills test runs. - Bind C-c M-m to inhibit-mouse-mode - Remove the unused ledger-file variable in user-constants.el. - Removed obsolete C-x x m, C-x x r, and C-x x d key mappings. - C-; b r to call cj/rename-buffer-and-file instead of typo’d function - Other purely cosmetic comment changes to system-utils.el ERT tests: - Rename ERT test definitions to include module scopes (file-config, keyboard-macros) - Add an ERT test for the timer bell's existence. - Add ERT tests to cover `cj/kill-buffer-or-bury-alive`, prefix-arg behavior, window-killing commands, and bulk operations. - Add test `authinfo-file` exists Missing authinfo triggers a debug message - Add test that `gpg2` executable is on the user’s PATH - Remove outdated authinfo test. - Add “Run these tests” note where missing.
* chore(localrepo): refresh package archive-contentsCraig Jennings2025-08-1418-14/+5
| | | | | | | | | | Add new packages auctex-latexmk, company-auctex, and inhibit-mouse Remove deprecated packages (company-ledger, disable-mouse, doom-modeline, flycheck-ledger, ledger-mode, libmpdel, mpdel, navigel, shrink-path, telega, vscode-icon, yeetube) Rename llama from 0.6.3 to 1.0.0 and bump pdf-tools Update todo.org with default “coding” task
* refactor(system-defaults): switch to inhibit-mouse; tidy formattingCraig Jennings2025-08-141-15/+22
|\ | | | | | | | | | | - Replace disable-mouse with inhibit-mouse package - Fix indentation in comp warning logger and directory creation - Update custom-file temp name suffix for clarity
| * refactor(system-defaults): reindent and use inhibit-mouseCraig Jennings2025-08-141-15/+22
|/ | | | | | | - Reindent code to use spaces consistently - Add trailing hyphen to the custom-file temp name - Replace disable-mouse with inhibit-mouse package - Adjust formatting
* updating tasksCraig Jennings2025-08-141-2/+45
|
* refactor(latex): merge Graphviz config into moduleCraig Jennings2025-08-143-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 viewerCraig Jennings2025-08-141-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 scriptCraig Jennings2025-08-141-0/+1
|
* chore: remove archive-contents and update test assetsCraig Jennings2025-08-145-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 packagesCraig Jennings2025-08-134-1/+5
|
* feat(system-defaults): native compilation prefs and log warningsCraig Jennings2025-08-131-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 featuresCraig Jennings2025-08-131-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 countsCraig Jennings2025-08-131-3/+4
|
* abbrevsCraig Jennings2025-08-131-0/+1
|
* added user and LLM model and version + timestamp for all responsesCraig Jennings2025-08-131-20/+107
|
* splitting help into config (internal) and utils (added packages)Craig Jennings2025-08-133-77/+91
|
* move disable mouse to system-defaults and reformat for readabilityCraig Jennings2025-08-122-26/+25
|
* fixing documentation issueCraig Jennings2025-08-121-1/+1
|
* removed unused and broken "who called me" functionCraig Jennings2025-08-121-23/+1
|
* remove unused telegram-config.elCraig Jennings2025-08-121-48/+0
|
* abbrev updatesCraig Jennings2025-08-121-5/+12
|
* package updates as of Tuesday, August 12, 2025 at 03:04:38 PM CDTCraig Jennings2025-08-1236-31/+33
|
* updating tasksCraig Jennings2025-08-041-0/+17
|
* abbrevsCraig Jennings2025-08-041-3/+5
|
* updated tramp config for better async processingCraig Jennings2025-07-311-0/+11
|
* abbrevsCraig Jennings2025-07-311-4/+14
|
* don't remove whitespace in org modeCraig Jennings2025-07-252-4/+3
|
* more abbrevsCraig Jennings2025-07-251-6/+8
|
* removing rogue abbrev, adding new one for scholarshipCraig Jennings2025-07-161-1/+1
|
* wip cj/move-org-branch-to-roamCraig Jennings2025-07-161-0/+70
|
* updating tasksCraig Jennings2025-07-161-0/+1
|
* org-noter config changesCraig Jennings2025-07-131-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 openedCraig Jennings2025-07-131-1/+1
|
* consolidate dashboard keybinding to f4 onlyCraig Jennings2025-07-131-6/+9
|
* abbrevsCraig Jennings2025-07-131-3/+7
|
* ai-config changesCraig Jennings2025-07-131-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 modeCraig Jennings2025-07-121-10/+10
| | | | Used keywords rather than deprecated positional arguments to ‘define-minor-mode’
* move erc-yank to erc-config; disable google-thisCraig Jennings2025-07-122-21/+21
|
* disable unused test codeCraig Jennings2025-07-121-29/+5
| | | | not using mpdel or yeetube, so disabling them
* pdf files should open with midnight minor mode by defaultCraig Jennings2025-07-121-0/+2
|
* updating localrepo packages to latest as of Saturday, July 12, 2025Craig Jennings2025-07-1216-12/+14
|