nit: remove unused base-specs arg in doom--make-font-specs
This commit is contained in:
parent
ffe3dd59ff
commit
44ff627e35
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||
(cons 'custom-theme-directory
|
||||
(delq 'custom-theme-directory custom-theme-load-path)))
|
||||
|
||||
(defun doom--make-font-specs (face font &optional base-specs)
|
||||
(defun doom--make-font-specs (face font)
|
||||
(let* ((base-specs (cadr (assq 'user (get face 'theme-face))))
|
||||
(base-specs (or base-specs '((t nil))))
|
||||
(attrs '(:family :foundry :slant :weight :height :width))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue