Fix unicode symbol font for org-bullet bullets
This commit is contained in:
parent
a8306e4424
commit
23cd511645
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@
|
|||
;; Fix display of certain unicode characters
|
||||
(mapc (lambda (x) (set-fontset-font "fontset-default" `(,x . ,x) (font-spec :name "DejaVu Sans") nil 'prepend))
|
||||
'(?☑ ?☐ ?✍ ?⚠))
|
||||
(mapc (lambda (x) (set-fontset-font "fontset-default" `(,x . ,x) (font-spec :name "DejaVu Sans") nil 'prepend))
|
||||
'(?✸ ?✿ ?★))
|
||||
(mapc (lambda (x) (set-fontset-font "fontset-default" `(,x . ,x) (font-spec :name "DejaVu Sans" :size 10) nil))
|
||||
'(?➊ ?➋ ?➌ ?➍ ?➎ ?❻ ?➐ ?➑ ?➒ ?➓ ?λ))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue