bump: :ui
Alexander-Miller/treemacs@63e2bc207a -> Alexander-Miller/treemacs@1820db42c6 ema2159/centaur-tabs@8b4249c405 -> ema2159/centaur-tabs@5860a5c40c emacs-lsp/lsp-treemacs@d82df44d63 -> emacs-lsp/lsp-treemacs@c40a381730 emacsorphanage/git-gutter-fringe@4f19866494 -> emacsorphanage/git-gutter-fringe@648cb5b57f hlissner/emacs-doom-themes@e716ddbb88 -> hlissner/emacs-doom-themes@7d1a56623c joostkremers/writeroom-mode@7f4ec92404 -> joostkremers/writeroom-mode@eac1da790f rolandwalker/unicode-fonts@e3942fe40b -> rolandwalker/unicode-fonts@47f2397ade seagle0128/doom-modeline@ffedb34800 -> seagle0128/doom-modeline@69ede7d719 - Emacs 29 introduces the mode-line-active face, which inherits from variable-pitch, therefore the modeline uses your variable-pitch font, instead of your default. As of hlissner/emacs-doom-themes@7d1a56623c, this is no longer the case (fixing #5891). Fix: #5891
This commit is contained in:
parent
2132d60062
commit
5cf424cf6b
7 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/doom/packages.el
|
;;; ui/doom/packages.el
|
||||||
|
|
||||||
(package! doom-themes :pin "e716ddbb882a3a06744faa74decb2fea1569c921")
|
(package! doom-themes :pin "7d1a56623c08da769fd424e901916e9c3d8fdb25")
|
||||||
(package! solaire-mode :pin "46408f4a105e216c3c2d88659b8b28601d37d80e")
|
(package! solaire-mode :pin "8af65fbdc50b25ed3214da949b8a484527c7cc14")
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
;;; ui/modeline/packages.el
|
;;; ui/modeline/packages.el
|
||||||
|
|
||||||
(unless (featurep! +light)
|
(unless (featurep! +light)
|
||||||
(package! doom-modeline :pin "ffedb34800db41f5e06e8a6f03698b56593c5024"))
|
(package! doom-modeline :pin "69ede7d719764f26671897c5020f295e5eb1e6c8"))
|
||||||
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
|
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
|
||||||
(when (featurep! :editor evil)
|
(when (featurep! :editor evil)
|
||||||
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/tabs/packages.el
|
;;; ui/tabs/packages.el
|
||||||
|
|
||||||
(package! centaur-tabs :pin "8b4249c40581368faf7bb8e06f86b9eee199c3c6")
|
(package! centaur-tabs :pin "5860a5c40c2318797f1274ea4c6907ae77ea1ec9")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/treemacs/packages.el
|
;;; ui/treemacs/packages.el
|
||||||
|
|
||||||
(package! treemacs :pin "63e2bc207a2a4a36a3eebbe994353cb4845ad2de")
|
(package! treemacs :pin "1820db42c6478455340a2bd962120b1e2b0bf3f6")
|
||||||
;; These packages have no :pin because they're in the same repo
|
;; These packages have no :pin because they're in the same repo
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! treemacs-evil))
|
(package! treemacs-evil))
|
||||||
|
@ -11,4 +11,4 @@
|
||||||
(when (featurep! :ui workspaces)
|
(when (featurep! :ui workspaces)
|
||||||
(package! treemacs-persp))
|
(package! treemacs-persp))
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(package! lsp-treemacs :pin "d82df44d632f331a46eaf1f7a37eb6b1ada0c69b"))
|
(package! lsp-treemacs :pin "c40a381730251039d33400cc14539c1e0729385f"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/unicode/packages.el
|
;;; ui/unicode/packages.el
|
||||||
|
|
||||||
(package! unicode-fonts :pin "e3942fe40b418bfb2dc4e73633e09195437fef01")
|
(package! unicode-fonts :pin "47f2397ade28eba621baa865fd69e4efb71407a5")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/vc-gutter/packages.el
|
;;; ui/vc-gutter/packages.el
|
||||||
|
|
||||||
(package! git-gutter-fringe :pin "4f19866494fa1debfa319382913e39a153431634")
|
(package! git-gutter-fringe :pin "648cb5b57faec55711803cdc9434e55a733c3eba")
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/zen/packages.el
|
;;; ui/zen/packages.el
|
||||||
|
|
||||||
(package! writeroom-mode :pin "7f4ec92404a85b72f8c25635fe80e49f9ef3d065")
|
(package! writeroom-mode :pin "eac1da790f316f357ed76ed67fbb790d6a4d126a")
|
||||||
(package! mixed-pitch :pin "519e05f74825abf04b7d2e0e38ec040d013a125a")
|
(package! mixed-pitch :pin "519e05f74825abf04b7d2e0e38ec040d013a125a")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue