diff options
| -rw-r--r-- | modules/ai-term.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ai-term.el b/modules/ai-term.el index b67245fd..e0706abb 100644 --- a/modules/ai-term.el +++ b/modules/ai-term.el @@ -54,7 +54,8 @@ agent you run (aider, an open-source LLM TUI, etc.)." :group 'ai-term) (defcustom cj/ai-term-project-roots - (list (expand-file-name "~/.emacs.d")) + (list (expand-file-name "~/.emacs.d") + (expand-file-name "~/.dotfiles")) "Directories that are themselves AI-agent projects. Each entry is included as a candidate when it exists and contains .ai/protocols.org. Use this for single-project roots like ~/.emacs.d." |
