From 44ff627e3574fddf596cc641b032ec93b91408e1 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 10 Sep 2022 17:48:56 -0400 Subject: [PATCH] nit: remove unused base-specs arg in doom--make-font-specs --- lisp/doom-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doom-ui.el b/lisp/doom-ui.el index 28b6a6590..fa5c5bdfd 100644 --- a/lisp/doom-ui.el +++ b/lisp/doom-ui.el @@ -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))