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:
@@ -18,6 +18,7 @@
|
||||
my-base16-dark-core-palette
|
||||
'((custom-theme-set-faces
|
||||
theme-name
|
||||
`(italic ((,class (:slant italic))))
|
||||
`(org-level-1 ((,class (:foreground ,orange :height 1.0 :weight normal))))
|
||||
`(org-level-2 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||
`(org-level-3 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||
@@ -81,7 +82,9 @@
|
||||
`(transient-key-stack ((,class (:foreground ,magenta :inherit transient-key))))
|
||||
`(transient-key-recurse ((,class (:foreground ,blue :inherit transient-key))))
|
||||
`(transient-key-noop ((,class (:foreground ,base01 :inherit transient-key))))
|
||||
`(keycast-key ((,class (:foreground ,green :weight bold)))))))
|
||||
`(keycast-key ((,class (:foreground ,green :weight bold))))
|
||||
`(emms-playlist-track-face ((,class (:foreground ,cyan))))
|
||||
`(emms-playlist-selected-face ((,class (:foreground ,blue :weight bold)))))))
|
||||
|
||||
(provide-theme 'my-base16-dark)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user