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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user