refactor(config): Clean up and reorganize Emacs configuration

Remove unused packages (EMMS, jinx, god-mode), simplify terminal
setup with ido instead of vertico/orderless, and reorganize
keybindings. Add new packages (debase, discomfort, git-timemachine,
edit-indirect) and improve EXWM, dired, and theme
configurations. Move restart-fcitx5 to kbd-func and update Linux
PATH for Guix.
This commit is contained in:
2026-05-30 22:59:25 +08:00
parent 42c3e3600c
commit ccd5c085f8
19 changed files with 143 additions and 226 deletions

View File

@@ -18,8 +18,8 @@
"#3A9C36")) ; green: 绿色
(defvar my-base16-light-core-palette
'("#062624" ; darkest-base: 最深背景
"#E3FFE6" ; brightest-base: 最亮前景
'("#051E23" ; darkest-base: 最深背景
"#FCFFDE" ; brightest-base: 最亮前景
"#A87C04" ; yellow: 黄色
"#C24713" ; orange: 橙色
"#CE2825" ; red: 红色