<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/modules/system-defaults.el, branch v0.71</title>
<subtitle>My Emacs configuration
</subtitle>
<id>https://git.cjennings.net/dotemacs/atom?h=v0.71</id>
<link rel='self' href='https://git.cjennings.net/dotemacs/atom?h=v0.71'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/'/>
<updated>2025-09-03T03:53:28+00:00</updated>
<entry>
<title>move all disable mouse code to test and begin mousetrap mode</title>
<updated>2025-09-03T03:53:28+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-09-03T03:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=35b4fdcd3e94a19cc47d31974e37e5c87ff40c3f'/>
<id>urn:sha1:35b4fdcd3e94a19cc47d31974e37e5c87ff40c3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix(system-defaults): force inhibit-mouse to run immediately</title>
<updated>2025-08-17T14:56:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-17T14:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=955183909e9667fe69f16e7a23c04b816b40ae57'/>
<id>urn:sha1:955183909e9667fe69f16e7a23c04b816b40ae57</id>
<content type='text'>
the keybindings weren't becoming available until much later
</content>
</entry>
<entry>
<title>removing compile-angel</title>
<updated>2025-08-16T20:47:22+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-16T20:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=06f374aa51f51a01fcd761a6eb3698c109aa47ec'/>
<id>urn:sha1:06f374aa51f51a01fcd761a6eb3698c109aa47ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add compile-angel to ensure consistent native compilation</title>
<updated>2025-08-15T15:25:35+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-15T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=e2921d32fd22355ab2614aecc801a8f412b4b6eb'/>
<id>urn:sha1:e2921d32fd22355ab2614aecc801a8f412b4b6eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(system-utils): major refactoring / adding tests</title>
<updated>2025-08-15T00:24:49+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-15T00:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b'/>
<id>urn:sha1:9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>refactor(system-defaults): reindent and use inhibit-mouse</title>
<updated>2025-08-14T18:15:12+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-14T18:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=1bbb21b1422f9e84ff2f9b24021548b8e6a7a557'/>
<id>urn:sha1:1bbb21b1422f9e84ff2f9b24021548b8e6a7a557</id>
<content type='text'>
- Reindent code to use spaces consistently
- Add trailing hyphen to the custom-file temp name
- Replace disable-mouse with inhibit-mouse package
- Adjust formatting
</content>
</entry>
<entry>
<title>feat(system-defaults): native compilation prefs and log warnings</title>
<updated>2025-08-13T21:50:20+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-13T21:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=8d523a2f6d254524b17ca310b7267b2af7024ab2'/>
<id>urn:sha1:8d523a2f6d254524b17ca310b7267b2af7024ab2</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>move disable mouse to system-defaults and reformat for readability</title>
<updated>2025-08-12T23:52:12+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-12T23:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=1946bb85d352ddf36b1c2a4fc6f19e0f06eb812d'/>
<id>urn:sha1:1946bb85d352ddf36b1c2a4fc6f19e0f06eb812d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scroll 3 lines from top/bottom</title>
<updated>2025-07-12T15:59:54+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-07-12T15:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=aaac9a8827474670b6f97b889ca29b23c485401a'/>
<id>urn:sha1:aaac9a8827474670b6f97b889ca29b23c485401a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use FSF coreutils when on BSD</title>
<updated>2025-05-10T17:52:25+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-05-10T17:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=422116ab209e13a6a55915bd61609c3f92a9e5c9'/>
<id>urn:sha1:422116ab209e13a6a55915bd61609c3f92a9e5c9</id>
<content type='text'>
</content>
</entry>
</feed>
