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
+10
View File
@@ -54,6 +54,16 @@
(package! claudemacs
:recipe (:host github :repo "cpoile/claudemacs"))
;; Terminal emulator
(package! eat
:recipe (:host codeberg
:repo "akib/emacs-eat"
:files ("*.el" ("term" "term/*.el") "*.texi"
"*.ti" ("terminfo/e" "terminfo/e/*")
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el"))))
;; Usage metrics and key tracking
(package! keyfreq)
(package! command-log-mode)