mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactor, across the board
Do you see the board? Now look at the other side. That's how far this refactor extends. Yes.
This commit is contained in:
@ -289,7 +289,7 @@ Use the :iosevka property to enable (or disable) it regardless.")
|
||||
(tail (cdr l)))
|
||||
(cond ((not (consp l)) '())
|
||||
((not (consp tail)) (list head))
|
||||
((cons head (cons nil (+pretty-code--icon-to-char tail)))))))
|
||||
((cons head (cons glue (+pretty-code--icon-to-char tail)))))))
|
||||
|
||||
;;;###autodef
|
||||
(defun set-pretty-symbols! (modes &rest plist)
|
||||
|
Reference in New Issue
Block a user