Fix lag when opening new frames
This commit is contained in:
parent
e79a0f867d
commit
9a0b8c6d04
2 changed files with 25 additions and 10 deletions
|
@ -10,8 +10,12 @@
|
|||
`(:background ,(nth type (plist-get args :bg)))))
|
||||
(if (plist-member args :italic) '(:slant italic))))))
|
||||
`(,face
|
||||
,`(,(funcall build-face '((min-colors 256)) 0 args)
|
||||
,(funcall build-face '((min-colors 8)) 1 args))))))
|
||||
,`(
|
||||
,(funcall build-face '((min-colors 0)) 0 args)
|
||||
;;,(funcall build-face '((min-colors 256)) 0 args)
|
||||
;;,(funcall build-face '((min-colors 8)) 1 args)
|
||||
)
|
||||
))))
|
||||
(color-join (lambda (list)
|
||||
(format "#%02x%02x%02x"
|
||||
(ash (nth 0 list) -8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue