| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |\
| |
| |
| |
| |
| | |
- Replace disable-mouse with inhibit-mouse package
- Fix indentation in comp warning logger and directory creation
- Update custom-file temp name suffix for clarity
|
| |/
|
|
|
|
|
| |
- Reindent code to use spaces consistently
- Add trailing hyphen to the custom-file temp name
- Replace disable-mouse with inhibit-mouse package
- Adjust formatting
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
| |
Used keywords rather than deprecated positional arguments to ‘define-minor-mode’
|
| | |
|
| |
|
|
| |
not using mpdel or yeetube, so disabling them
|
| | |
|
| | |
|