Configure treemacs
Some checks failed
/ Test config on 20 (push) Failing after 51s

This commit is contained in:
Maciej 2025-10-28 12:14:01 +02:00
parent 2ef1340e6c
commit b10acede86
Signed by: maciej
GPG key ID: 28243AF437E32F99
5 changed files with 13 additions and 7 deletions

View file

@ -1,4 +1,4 @@
;;; icejam-aider.el --- summary
;;; icejam-aider.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
@ -56,10 +56,10 @@
:config
;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434")
(setenv "OLLAMA_API_BASE" "http://192.168.88.13:11434")
(setopt aidermacs-use-architect-mode t)
(setopt aidermacs-default-model "ollama_chat/qwen2.5-coder:32b")
(setopt aidermacs-default-chat-mode 'architect)
(setopt aidermacs-default-model "ollama_chat/qwen3-coder:30b")
(setopt aider-extra-args (list "--model"
"ollama_chat/qwen2.5-coder:32b"
"ollama_chat/qwen3-coder:30b"
"--no-auto-commits"
"--no-analytics"
"--no-gitignore")))