Bump :ui zen
joostkremers/writeroom-mode@fa17eb6 -> joostkremers/writeroom-mode@20c761b jabranham/mixed-pitch@fbc566a -> jabranham/mixed-pitch@6090716
This commit is contained in:
parent
5e94860d89
commit
382834b3b4
2 changed files with 3 additions and 13 deletions
|
@ -51,14 +51,4 @@
|
||||||
'org-indent
|
'org-indent
|
||||||
'font-lock-comment-face
|
'font-lock-comment-face
|
||||||
'line-number
|
'line-number
|
||||||
'line-number-current-line)
|
'line-number-current-line))
|
||||||
|
|
||||||
;; See https://gitlab.com/jabranham/mixed-pitch/issues/6#note_79691741
|
|
||||||
(defadvice! +zen--fix-scaled-fixed-pitch-faces-a (orig-fn &rest args)
|
|
||||||
:around #'mixed-pitch-mode
|
|
||||||
(cl-letf* ((old-face-remap-add-relative (symbol-function #'face-remap-add-relative))
|
|
||||||
((symbol-function #'face-remap-add-relative)
|
|
||||||
(lambda (face &rest specs)
|
|
||||||
(funcall old-face-remap-add-relative
|
|
||||||
face (doom-plist-delete specs :height)))))
|
|
||||||
(apply orig-fn args))))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/zen/packages.el
|
;;; ui/zen/packages.el
|
||||||
|
|
||||||
(package! writeroom-mode :pin "fa17eb6511")
|
(package! writeroom-mode :pin "20c761b800")
|
||||||
(package! mixed-pitch :pin "fbc566ace3")
|
(package! mixed-pitch :pin "60907165f1")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue