<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/modules/vc-config.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-03T06:07:16+00:00</updated>
<entry>
<title>fix(git-timemachine): Display date information in commit selection</title>
<updated>2025-09-03T06:07:16+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-09-03T06:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=b8a70190b9d46d75e7c7afb07d7cd6f0fd45bdbf'/>
<id>urn:sha1:b8a70190b9d46d75e7c7afb07d7cd6f0fd45bdbf</id>
<content type='text'>
Add date information to the git-timemachine commit selection view
and disable sorting to maintain chronological order of commits. The
function now includes proper debugging and handles missing date
information gracefully.
</content>
</entry>
<entry>
<title>cosmetic cleanup for git-timemachine; removing not-a-bug</title>
<updated>2025-06-07T17:40:00+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-06-07T17:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=f5c6e1160f346c13b7fc75ab02629e29af97cf21'/>
<id>urn:sha1:f5c6e1160f346c13b7fc75ab02629e29af97cf21</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>bug fixing, repo changes, etc.</title>
<updated>2024-04-29T01:59:39+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-29T01:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=e9e5696bc95d34aad8eb561d7458ac21b06359b0'/>
<id>urn:sha1:e9e5696bc95d34aad8eb561d7458ac21b06359b0</id>
<content type='text'>
- add font lock studio,
- don't disable Emacs native vc backend functions
- change elpa mirror location
- change default location for localrepo
- update packages
- add constant for journals directory and ensure it exists on launch
- move project file to org-roam
- add remote repository reset to scripts folder
</content>
</entry>
<entry>
<title>New Custom Functions, Org Updates, Agenda Updates, &amp;c.</title>
<updated>2024-04-22T17:23:13+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-22T17:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=2dd3aed6971fe74915c1fc09b4de20a6c64e817b'/>
<id>urn:sha1:2dd3aed6971fe74915c1fc09b4de20a6c64e817b</id>
<content type='text'>
=== Functions ===
- add function cj/dired-convert-image-to-jpeg
- add function cj/dired-copy-path-as-kill
- add function cj/export-org-to-md-on-save function
- add function cj/org-link-to-current-file

=== Agenda ===
- rework the f8 main agenda into custom agenda using Aaron Bieber's ideas
- agenda lists now use standard agenda functions
- updated packages to remove org-super-agenda and ts (a dependency)
- file commentary text  updated to reflect the change

=== Org ===
- add grocery and shopping list capture items
- add missing tests for org-skip-subtree-if-habit
- add support for org-habits, including checkboxes
- fix issue with org-auto-export-to-md
- modularize org-agenda
- move todo settings to org-config
- reformat org-roam-config

=== &amp;c. ===
- add day to sortable date
- add disablefastrenderer to hugo server flags
- add fill column indicator when emacs lisping
- add gpt buffers to the bury-alive-list
- add keybinding for fixup-whitespace
- add magit cloning settings
- finish automatically on "Link" capture
- fix company complaints about shutting up function
- fix em, e, ff, and f eshell aliases
- make fallback theme modus-vivendi
- prune the compilation cache when applicable
</content>
</entry>
<entry>
<title>more fit and finish work</title>
<updated>2024-04-11T06:39:11+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-04-11T06:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=07fd4f1a6930dc62880b0fd7a0496270f4c2efd6'/>
<id>urn:sha1:07fd4f1a6930dc62880b0fd7a0496270f4c2efd6</id>
<content type='text'>
User Constants
- move all file and directory constants into it's own file
- create the directories and files if they don't exist
- warn the user when not found/created

General
- remove duplicate dirvish go menu entry
- remove xterm color in test code (it's already in eshell)
- fixed org-drill not starting
- fixing issue with auto-complete not working in eshell
- adding playlists location for dirvish
- moved all org-drill config into the use-package declaration
- added drill-dir to user-constants
- default ledger-file location changed; updated tasks
- git ignore the persist folder
- added more point values in fontaine menu
- fix for gptel early key grab in authinfo.gpg
- removed localrepo from reset script
- remove magit-forge package
- don't wait too long to bury-buffers
- add setting native compile warnings to 'silent
- fixed sdcv errors when looking up a word normally and in nov
</content>
</entry>
<entry>
<title>new repository</title>
<updated>2024-04-07T18:41:34+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-07T18:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36'/>
<id>urn:sha1:754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36</id>
<content type='text'>
</content>
</entry>
</feed>
