- Refactors `org-focus-private`, `org-focus-lazer`, and `org-focus-all` into a single `org-focus` function for better code reuse.
- Simplifies `org-agenda-refresh` for improved efficiency.
- Improves `my/copy-idlink-to-clipboard` for clarity and robustness.
- Fixes an issue with `my/magit-gptcommit-commit-accept-wrapper` to preserve the original commit message.
- Enhances `my/html2org-clipboard` with error handling for more reliable HTML to Org conversion.
- Updates Clipmon configuration for better integration and stability.
- Improves overall organization and readability of the configuration.
- Adds detailed comments explaining the purpose of various sections and functions.
- Renames functions to follow a consistent naming convention (rg/ -> my/).
- Adds descriptions for custom commands and packages.
- Improves documentation of custom functions.
- Adds `--cache-keepalive-pings 2` to Aidermacs extra arguments.
- This helps maintain a persistent connection to the Aidermacs cache server.
- Prevents cache disconnections due to inactivity.
- Adds `--no-auto-commits` to disable automatic commits.
- Includes `--cache-prompts` for prompt caching.
- Enables `--dark-mode` for dark theme support.
- Adds `--pretty` for improved output formatting.
- Enables `--stream` for streaming output.
- Adds `--vim` for vim-like behavior.
- Sets the OLLAMA_API_BASE environment variable.
- Adds extra arguments to Aider for no-gitignore and chat mode.
- Updates config files in both .config/doom/config.el and .config/doom/config.org.