<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/modules/system-utils.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-08-15T00:24:49+00:00</updated>
<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>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>removed unused and broken "who called me" function</title>
<updated>2025-08-12T22:59:10+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-12T22:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=207336d53d2b8c0a22e04edbda60fcd87a1ef89b'/>
<id>urn:sha1:207336d53d2b8c0a22e04edbda60fcd87a1ef89b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add code in system-utils.el to open specific extensions via xdg-open</title>
<updated>2025-06-28T17:40:39+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-06-28T17:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=8ba784883c049d5a7b9764612874b75ee7779220'/>
<id>urn:sha1:8ba784883c049d5a7b9764612874b75ee7779220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding author statements to all el files</title>
<updated>2025-06-07T05:02:57+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-06-07T05:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=4d432999c77aa2613c3bc6f118e708a21d120422'/>
<id>urn:sha1:4d432999c77aa2613c3bc6f118e708a21d120422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>explanatory comment</title>
<updated>2025-06-03T19:50:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-06-03T19:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=6a09b767615529c5231bdf514a2c99a558d05b63'/>
<id>urn:sha1:6a09b767615529c5231bdf514a2c99a558d05b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-enable disable mouse mode</title>
<updated>2025-06-03T16:44:34+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-06-03T16:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=d923a05ddf0ae2b14cf0bcc3f8d707c461e3bc31'/>
<id>urn:sha1:d923a05ddf0ae2b14cf0bcc3f8d707c461e3bc31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-enable disable-mouse</title>
<updated>2025-05-31T05:46:51+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-05-31T05:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=0c243ac7bd785397004342e4c62c9284cbc7ab39'/>
<id>urn:sha1:0c243ac7bd785397004342e4c62c9284cbc7ab39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>killing stray typo</title>
<updated>2025-05-24T17:52:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-05-24T17:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=85efa4405e0233857a34c65f1e5be12e0b8dfa59'/>
<id>urn:sha1:85efa4405e0233857a34c65f1e5be12e0b8dfa59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>additional cities in world clock</title>
<updated>2025-05-24T17:51:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-05-24T17:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=4fb9a243867743cb2bda196902d8341f633dcf92'/>
<id>urn:sha1:4fb9a243867743cb2bda196902d8341f633dcf92</id>
<content type='text'>
</content>
</entry>
</feed>
