<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/modules/config-utilities.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>2024-05-05T14:34:19+00:00</updated>
<entry>
<title>enhancements, functions, tests, and misc</title>
<updated>2024-05-05T14:34:19+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-05-05T14:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=4566ec69d269ecba8d9386a131b932ee5244aa8e'/>
<id>urn:sha1:4566ec69d269ecba8d9386a131b932ee5244aa8e</id>
<content type='text'>
enhancements
- move accent-company to C-` and ensure it's on for org mode
- re-enable narrow-to-region
- turn on network repos by default
- remove setq in company's use-package custom clause
- increase company delay to .7 secs
- recipe templates should have visibility show all
- move video recordings code to separate module
- move geiser-guile to prog-lisp

functions
- improve cj/reformat-region-or-buffer via restriction
- improvements to test-format-region
- adding tests for clear-blank-lines
- Add prepend-lines and replace-fraction-glyphs functions
- add cj/clear-blank-lines function
- create cj/load-all-tests utility function

tests
- add keybinding for ert-run-tests-interactively
- ensure ert libraries are available to load-all-tests
- remove running the tests when evaluating the buffer
- fix clear-blank-lines and adding better tests

misc
- updated packages
- adding the luddite blog to elfeed
- more abbrevs
</content>
</entry>
<entry>
<title>update packages; disabling uninstallable packages and code</title>
<updated>2024-04-30T01:35:57+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-30T01:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=e0e5fd3fce2d5004b3aa4b70da1ff73b30e80523'/>
<id>urn:sha1:e0e5fd3fce2d5004b3aa4b70da1ff73b30e80523</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>removing persistent scratch package; move jump-to=keymap</title>
<updated>2024-04-11T14:16:34+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-04-11T14:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=84c0963ec2096148932ec4ce8529a029cf930121'/>
<id>urn:sha1:84c0963ec2096148932ec4ce8529a029cf930121</id>
<content type='text'>
- persistent scratch throws errors when I don't want them
  instead of managing the errors, it's easier to remove the package
- move jump-to key map to where we declare the files - user constants

commit 96e86219094cfe000271dfb1f651abe5b1a42175
Author: Craig Jennings &lt;craigmartinjennings@gmail.com&gt;
Date:   Thu Apr 11 04:02:40 2024 -0500

    removing unused faith.el
</content>
</entry>
<entry>
<title>fit and finish work</title>
<updated>2024-04-08T22:16:29+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-08T22:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=a55a5248bd2dae5f849476d0f7b5dcd8d91cf929'/>
<id>urn:sha1:a55a5248bd2dae5f849476d0f7b5dcd8d91cf929</id>
<content type='text'>
- gptel: added gptel-send-region with global keybinding
- projectile: made project-switch-actions more efficient with regexp
- prog-go: removed disabled code
- mu4e: capture template captures region if selected
- system utils: merged bury alive with other killing buffer code
- org-capture: renamed *website-clipper to org-webpage-clipper
- rg: auto switch to ripgrep-results window when ripgrep search completes
- dashboard: remove dashboard banner custom face

General
- moved abbrev_defs to assets
- removed gitmodules file
- updated packages
- fixed docstring and formatting throughout

Custom-Functions
- move cj/merge-list-to-list to custom-functions
- add remove leading trailing whitespace function
- corrected arrayify prompt

Font-Config
- added font point sizes in fontaine menu
- make default font point size 11

Python
- adding back python poetry support
- added cj/python-setup method
- merge python and python-mode configurations
  (they are the same built-in package)

Show-Kill-Ring
- show-kill-ring displays in another read-only buffer
- show-kill-ring exits with q

Elfeed
- moved elfeed-feeds.org to assets
- removed Wired from elfeed feeds
- moved ElfeedDB to user-emacs-directory/.elfeed-db
- moved elfeed-dashboard.org to assets
</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>
