mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor doom-fix-unicode
This commit is contained in:
@ -152,12 +152,12 @@
|
||||
))
|
||||
|
||||
;; Display certain unicode characters properly
|
||||
(doom-fix-unicode "DejaVu Sans" '(?⟳) 13)
|
||||
(doom-fix-unicode "DejaVu Sans" '(?♭ ?♯))
|
||||
(doom-fix-unicode "Hack" '(?× ?∙ ?÷ ?⌉ ?⌈ ?⌊ ?⌋
|
||||
?∩ ?∪ ?⊆ ?⊂ ?⊄ ?⊇ ?⊃ ?⊅
|
||||
?⇒ ?⇐ ?⇔ ?↔ ?→ ?≡ ?∴ ?∵ ?⊕ ?∀ ?∃ ?∄ ?∈ ?∉
|
||||
?∨ ?∧ ?¬))
|
||||
;; (doom-fix-unicode '("DejaVu Sans" 13)
|
||||
;; ?♭ ?♯ ?⟳
|
||||
;; ?× ?∙ ?÷ ?⌉ ?⌈ ?⌊ ?⌋
|
||||
;; ?∩ ?∪ ?⊆ ?⊂ ?⊄ ?⊇ ?⊃ ?⊅
|
||||
;; ?⇒ ?⇐ ?⇔ ?↔ ?→ ?≡ ?∴ ?∵ ?⊕ ?∀ ?∃ ?∄ ?∈ ?∉
|
||||
;; ?∨ ?∧ ?¬)
|
||||
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
|
Reference in New Issue
Block a user