321 Commits

Author SHA1 Message Date
032f12fb78
Improved mu4e config and removed maximum map tokens in aider 2025-05-07 15:23:44 -03:00
724522c67b
Expunging near emails 2025-05-07 15:22:30 -03:00
827fa86976
🤫 2025-04-30 16:49:37 -03:00
4fd50e6c39
Going back to using gemma3:12b for magit-gptcommit 2025-04-30 15:54:33 -03:00
bd3d65cfd5
Using gemma3:12b-it-qat instead of regular gemma3:12b 2025-04-29 13:52:52 -03:00
fa65d80bef
Removed unused stuff 2025-04-10 23:22:27 -03:00
eca072fbc3
Added mu configurations 2025-04-10 22:51:08 -03:00
c3334a7bec
Fixed formatting issues 2025-04-10 17:07:30 -03:00
b9066f4051
Fixed formatting issues 2025-04-10 16:59:35 -03:00
eb8965f9df
Added mu4e 2025-04-10 16:43:29 -03:00
48681c6c30
Added back all the API keys for LLMs 2025-04-09 15:25:21 -03:00
f628407fcd
Changed exa for eza 2025-04-09 15:24:58 -03:00
5b1e275f1b
Removed all AI keys in favor of OpenRouter 2025-04-08 14:35:15 -03:00
93e97139b2
Add --no-show-model-warnings to aider 2025-04-08 13:06:20 -03:00
1e0ba8f6b2
Changed aidermacs default model to use openrouter 2025-04-08 12:57:44 -03:00
97035fd6a5
Fixed links in README 2025-04-06 21:29:01 -03:00
e43c1814f3
Added correct pictures URL 2025-04-06 21:27:47 -03:00
c8d515acc4
Fixed README pictures 2025-04-06 21:23:46 -03:00
13cb83e29a
Added new README.org 2025-04-06 21:21:00 -03:00
b3402b1ce9
Added literate config to ghostty 2025-04-06 21:15:34 -03:00
eaa528161e
Added literate config to fish 2025-04-06 21:11:18 -03:00
04f43ffc03
Added literate config to alacritty 2025-04-06 20:53:11 -03:00
0dffd45adb
Added literate config to polybar 2025-04-06 20:37:23 -03:00
c62f760bc0
Added literate config to i3 2025-04-06 20:27:45 -03:00
7d5c85633a
Added my own chatgpt-shell fork and added the LLM menu 2025-04-06 19:49:52 -03:00
40e3b0932d
Changed default models to gemini on all LLMs 2025-04-03 16:22:33 -03:00
855df1fb05
Changed default terminal back to alacritty 2025-04-03 09:58:39 -03:00
167cc68b3c
Added alias to update aider with playwright 2025-04-03 09:58:23 -03:00
dc15c6387c
Changed default model for chatgpt-shell to Gemini 2025-04-03 09:57:37 -03:00
5816a65f60
Changed default chatgpt-shell model version 2025-04-01 12:57:43 -03:00
c9f058d84d
Added emoji support to alacritty 2025-04-01 12:57:10 -03:00
802da7afa1
Changed forge-llm to melpa and fixed bug with ws-butler 2025-03-31 09:07:29 -03:00
302cfb14ec
Add .aider to .gitignore
- Prevents accidental inclusion of .aider files in the repository.
- This ensures that project-specific files are not tracked.
- Improves repository cleanliness.
2025-03-30 12:30:18 -03:00
891f5b946f
Use variable for OLLAMA_API_BASE
- Update OLLAMA_API_BASE to use a variable.
- This allows for easier configuration.
- Add a default value to the example file.
2025-03-30 12:28:54 -03:00
e9cb059982
Document and enhance Org mode configuration
- Adds extensive documentation to the Doom Emacs configuration file.
- Explains the purpose and rationale behind various settings and customizations.
- Details the GTD-inspired workflow implemented with custom TODO states and priorities.
- Describes custom functions for enhanced Org mode functionality.
- Documents LSP configurations for consistent development tooling.
- Explains the setup of AI assistants and LLM integrations.
- Improves overall clarity and maintainability of the configuration.
2025-03-30 12:24:57 -03:00
2941c5cfd4
Fixed TODO in org-mode, made things more modular 2025-03-30 12:18:52 -03:00
2f34baa5b7
Tangled doom config 2025-03-30 12:04:50 -03:00
13d5351478
Refactor org-recur and copilot configurations
- Replaced `use-package` with `require` and `after!` for org-recur.
- Simplified keybindings for org-recur.
- Updated copilot configuration to use `after!` and `map!`.
- Ensured copilot is loaded.
- Standardized configuration style.
2025-03-30 12:04:01 -03:00
9ea2a251a0
Refactor focus functions and improve clipboard handling
- 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.
2025-03-30 11:55:34 -03:00
af6b91d643
Refactor Doom Emacs config for clarity
- 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.
2025-03-30 11:45:25 -03:00
52d3a290c2
Add cache keepalive pings to Aidermacs args
- 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.
2025-03-30 11:16:04 -03:00
70e647429c
Add extra arguments to Aidermacs
- 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.
2025-03-30 11:14:29 -03:00
4169ef4be4
Set Ollama API base and add extra Aider args
- 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.
2025-03-29 11:21:28 -03:00
d21a66042e
Added Aider to Emacs 2025-03-27 16:02:19 -03:00
85188728d8
Added gemini key to private.el 2025-03-27 16:01:40 -03:00
da30899b79
Disabled forge-llm-max-diff-size 2025-03-26 15:16:04 -03:00
c934697877
Changed magit-llm model and improved prompt a lot 2025-03-26 15:14:30 -03:00
bf5aa03ee5
Added fuzzy to helm 2025-03-26 15:14:00 -03:00
22b517e0e3
Reverted back to original magit-gptcommit 2025-03-26 15:13:29 -03:00
28b3b44ca7
Added my fork of magit-gptcommit 2025-03-19 14:54:00 -03:00