load theme earlier, update awesome-tray
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user