Bump core
domtronn/all-the-icons.el@c795d0f -> domtronn/all-the-icons.el@5fa7283 hlissner/emacs-so-long@ed666b0 -> emacs-straight/so-long@a5d445d jwiegley/use-package@365c73d -> jwiegley/use-package@317137b raxod502/straight.el@ac4df5c -> raxod502/straight.el@f2cb888 + Complain if :no-byte-compile, :no-native-compile, or :no-build are used in package!. Straight replaced them with :build (and the old :build was renamed to :pre-build). See raxod502/straight.el@6a273d1 + Update getting_started.org to mention :build + Switch to emacs-straight/so-long so I don't have to maintain my mirror anymore.
This commit is contained in:
parent
a178b377a0
commit
c3c001ad7d
4 changed files with 13 additions and 18 deletions
|
@ -637,7 +637,7 @@ behavior). Do not set this directly, this is let-bound in `doom-init-theme-h'.")
|
|||
;; `load-theme' doesn't disable previously enabled themes, which seems
|
||||
;; like what you'd want. You could always use `enable-theme' to activate
|
||||
;; multiple themes instead.
|
||||
(mapc #'disable-theme (remq theme (remq 'use-package custom-enabled-themes)))
|
||||
(mapc #'disable-theme (remq theme custom-enabled-themes))
|
||||
(run-hooks 'doom-load-theme-hook))
|
||||
result)))
|
||||
|
||||
|
@ -649,7 +649,7 @@ behavior). Do not set this directly, this is let-bound in `doom-init-theme-h'.")
|
|||
"Disable other themes when loading a new one."
|
||||
:before #'load-theme
|
||||
(unless no-enable
|
||||
(mapc #'disable-theme (remq 'use-package custom-enabled-themes))))
|
||||
(mapc #'disable-theme custom-enabled-themes)))
|
||||
|
||||
;; DEPRECATED Not needed in Emacs 27
|
||||
(defadvice! doom--prefer-compiled-theme-a (orig-fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue