mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove unnecessary let block
This commit is contained in:
committed by
Edwin Török
parent
8f5d822363
commit
d9a9243a62
@ -47,12 +47,11 @@ Otherwise, it maps colors to a term-color-* face."
|
||||
(propertize
|
||||
text 'face
|
||||
(append (get-text-property 0 'face text)
|
||||
(let (_)
|
||||
(cond ((>= code 40)
|
||||
`(:background ,(caddr (assq style doom-ansi-alist))))
|
||||
((>= code 30)
|
||||
`(:foreground ,(face-foreground (caddr (assq style doom-ansi-alist)))))
|
||||
((cddr (assq style doom-ansi-alist))))))))))
|
||||
((cddr (assq style doom-ansi-alist)))))))))
|
||||
|
||||
;;;###autoload
|
||||
(defmacro format! (message &rest args)
|
||||
|
Reference in New Issue
Block a user