Update Claude terminal and theme configuration.

Switch Claude Code usage toward EAT-related setup and simplify theme loading to doom-one while adding the emacs-eat package declaration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 02:19:39 +08:00
parent c021bc8452
commit cb6d55b456
3 changed files with 43 additions and 27 deletions
+6 -3
View File
@@ -9,11 +9,14 @@
(use-package! ewal-doom-themes
:config
(load-theme 'ewal-doom-one t)
(enable-theme 'ewal-doom-one))
;; (load-theme 'ewal-doom-one t)
;;(enable-theme 'ewal-doom-one)
)
;; Set the theme to ewal-doom-one
(setq doom-theme 'ewal-doom-one)
;; (setq doom-theme 'ewal-doom-one)
(load-theme 'doom-one t)
(setq doom-theme 'doom-one)
;; Previous base16 config (commented out)
;; (setq base16-distinct-fringe-background t