<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/init.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:44:53+00:00</updated>
<entry>
<title>adding current project -- jumper</title>
<updated>2025-09-03T03:44:53+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-09-03T03:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=43354be7286847a3d5da602d852c22423d46a2fe'/>
<id>urn:sha1:43354be7286847a3d5da602d852c22423d46a2fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added coding: utf-8-unix to header</title>
<updated>2025-09-02T00:37:30+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-09-02T00:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=ab231d117fceaeb350f2feb862fca7030a124737'/>
<id>urn:sha1:ab231d117fceaeb350f2feb862fca7030a124737</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cosmetic nothing change</title>
<updated>2025-08-31T23:08:37+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-31T23:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=9b27ee5ae3071ddeab5cb645d57f10c2c4106d0e'/>
<id>urn:sha1:9b27ee5ae3071ddeab5cb645d57f10c2c4106d0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(config): refine comments, docs and flycheck binding</title>
<updated>2025-08-31T22:33:19+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-31T22:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=4b33f5e120a7feb9be684af5402d18beef7b7847'/>
<id>urn:sha1:4b33f5e120a7feb9be684af5402d18beef7b7847</id>
<content type='text'>
- Simplify init.el commentary and reference ai-directives.el
- Clarify cj/format-region-or-buffer docstring wording
- Add flycheck keymap to personal/custom key map C-;
</content>
</entry>
<entry>
<title>(refactor) custom functions</title>
<updated>2025-08-31T21:57:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-31T21:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=e50e1e8c3c198dc75f3be913f6b4b1047880eeb6'/>
<id>urn:sha1:e50e1e8c3c198dc75f3be913f6b4b1047880eeb6</id>
<content type='text'>
- Pull in custom commenting functions from prog-comments.el
- categorize similar functions and add to proper key maps
- better comments to explain functions
- wrapped upcase and downcase functions to actually dwim
- modified readable time format
- removed strip-ctrl-m -- unused and didn't function correctly
- removed wrap-region-as-code-span -- unused &amp; redundant with other wrap funcs
- renamed some functions to clarify purpose
</content>
</entry>
<entry>
<title>comment for flycheck-config</title>
<updated>2025-08-30T21:47:46+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-30T21:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=0241198936e033bc816397c03d2d7fdd965d62dc'/>
<id>urn:sha1:0241198936e033bc816397c03d2d7fdd965d62dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>email, ai, and miscellaneous</title>
<updated>2025-08-30T17:13:52+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-30T17:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=088e2b3f14f0ea02038e20dccbb62e05d4eec9b2'/>
<id>urn:sha1:088e2b3f14f0ea02038e20dccbb62e05d4eec9b2</id>
<content type='text'>
refactor setup-email script
- Enable "set -euo pipefail" for safer execution
- Quote all variable references in test conditions
- Update script header with usage notes and email setup steps
email and org-msg changes
- Configure org-msg with inline CSS, greeting, images, citations, and signature
- Enable org-msg-mode in all mu4e compose buffers
- Advise mu4e-compose-reply and mu4e-compose-wide-reply to use org-msg-edit-mode
- Move no-auto-fill hook into mu4e-compose-mode-hook
- Disable mu4e-compose-format-flowed and set mu4e-html2text-command
- Update gnus-blocked-images comment and remove default signature-file setting
- remove org-contact configurations
ai changes
- historian directive added
- added all new directives to menu
- changed default directive to default-directive!
misc changes
- org complains when tab-widths aren't at 8
- refactor and improve delete blank lines region or buffer
- change name of add-header function to be more specific
- updated tasks
- updated abbrevs
- documentation for local-arch-wiki-search
</content>
</entry>
<entry>
<title>docs(init): Add comments to UI require statements</title>
<updated>2025-08-17T14:41:34+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-17T14:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=09b320aed0e6773ffb5cbb6fb453d89eb5c2c12e'/>
<id>urn:sha1:09b320aed0e6773ffb5cbb6fb453d89eb5c2c12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove ledger-config and update LaTeX comments</title>
<updated>2025-08-15T14:48:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-08-15T14:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=cbd122cb8dab31b9efe1a7863ee0230303e7fd02'/>
<id>urn:sha1:cbd122cb8dab31b9efe1a7863ee0230303e7fd02</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>
</feed>
