load theme earlier, update awesome-tray

This commit is contained in:
2025-06-16 22:40:01 +02:00
parent 5a1ee56a85
commit 56022f7f8b
11 changed files with 1988 additions and 941 deletions

View File

@@ -85,5 +85,17 @@
(if (display-graphic-p)
(add-hook 'kill-emacs-hook 'my-frame-geometry-save))))
;; spacemacs-theme https://github.com/nashamri/spacemacs-theme
(use-package spacemacs-theme
:defer t
:config
(require 'cl-lib) ;; spacemacs-common misses to load cl-lib
(setq spacemacs-theme-comment-bg nil)
;;(load-theme 'spacemacs-dark t)
)
(use-package my-theme
:config
(load-theme 'my t))
(provide 'early-init)
;;; early-init.el ends here