Henrik Lissner 2020-08-11 20:52:19 -04:00
parent 08e5b8535a
commit 8fc82cacdb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 9 deletions

View file

@ -35,13 +35,6 @@
(when solaire-global-mode (when solaire-global-mode
(solaire-global-mode -1)))))) (solaire-global-mode -1))))))
(add-hook! 'solaire-global-mode-hook :append
(defun +doom-solaire-swap-bg-faces-maybe-h ()
(and (bound-and-true-p solaire-global-mode)
(symbolp doom-theme)
(string-prefix-p "doom-" (symbol-name doom-theme))
(solaire-mode-swap-bg))))
;; DEPRECATED No longer needed in Emacs 27+ ;; DEPRECATED No longer needed in Emacs 27+
(unless EMACS27+ (unless EMACS27+
;; HACK On Emacs <=26, when point is on the last (or second to last) line ;; HACK On Emacs <=26, when point is on the last (or second to last) line

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/doom/packages.el ;;; ui/doom/packages.el
(package! doom-themes :pin "2c71a9fe4edcdcd8844e60c6cddc5faf954dfc72") (package! doom-themes :pin "8a5538e7dce36e63474adc412e8aa56009cae4e2")
(package! solaire-mode :pin "d3e8f9e1e3109a93a39602deac6a21be497f7f16") (package! solaire-mode :pin "380e01c7519ca71259f7766669b0648e87f2c540")