feat: add gemini-3.flash-preview and disable ewal theme

- ai: include gemini-3.flash-preview in model list
- theme: comment out ewal configuration and default to doom-one
This commit is contained in:
2026-03-21 15:32:17 +08:00
parent 49b64da74d
commit f99f7a9751
2 changed files with 18 additions and 17 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
:endpoint "/api/v1/chat/completions" :endpoint "/api/v1/chat/completions"
:stream t :stream t
:key "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" :key "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"
:models '(google/gemini-2.5-flash :models '(google/gemini-3.flash-preview
google/gemini-2.5-flash
x-ai/grok-4.1-fast x-ai/grok-4.1-fast
x-ai/grok-code-fast-1 x-ai/grok-code-fast-1
google/gemini-3-pro-preview google/gemini-3-pro-preview
+16 -16
View File
@@ -1,22 +1,22 @@
;;; theme.el -*- lexical-binding: t; -*- ;;; theme.el -*- lexical-binding: t; -*-
;; Configure ewal ;; Default Doom Theme
(use-package! ewal
:init
(setq ewal-use-built-in-always-p nil
ewal-use-built-in-on-failure-p t
ewal-built-in-palette "sexy-material"))
(use-package! ewal-doom-themes
:config
;; (load-theme 'ewal-doom-one t)
;;(enable-theme 'ewal-doom-one)
)
;; Set the theme to ewal-doom-one
;; (setq doom-theme 'ewal-doom-one)
(load-theme 'doom-one t)
(setq doom-theme 'doom-one) (setq doom-theme 'doom-one)
;; (load-theme doom-theme t) ; Usually handled by Doom automatically, but kept for explicitness if needed
;; --- Ewal Configuration (Disabled) ---
;; To enable, uncomment the blocks below and optionally set doom-theme to 'ewal-doom-one
;; (use-package! ewal
;; :init
;; (setq ewal-use-built-in-always-p nil
;; ewal-use-built-in-on-failure-p t
;; ewal-built-in-palette "sexy-material"))
;; (use-package! ewal-doom-themes
;; :config
;; ;; (load-theme 'ewal-doom-one t)
;; ;; (enable-theme 'ewal-doom-one)
;; )
;; Previous base16 config (commented out) ;; Previous base16 config (commented out)
;; (setq base16-distinct-fringe-background t ;; (setq base16-distinct-fringe-background t