Refactor unicode fixes

This commit is contained in:
Henrik Lissner 2016-05-08 18:28:38 -04:00
parent 806fa7d85a
commit 1d187fa478
3 changed files with 16 additions and 9 deletions

View file

@ -137,6 +137,12 @@
(file+headline (concat org-directory "topics/vocab.org") "Unsorted")
"** %i%?\n")))
(narf-fix-unicode "DejaVu Sans" '(?♭ ?♯))
(narf-fix-unicode "Hack" '(?× ?∙ ?⌉ ?⌈ ?⌊ ?⌋
?∩ ? ?⊆ ?⊂ ?⊄ ?⊇ ?⊃ ?⊅
?⇒ ?⇐ ?⇔ ?↔ ?→ ?≡ ?∴ ?∵ ?⊕ ?∀ ?∃ ?∄ ?∈ ?∉
? ?∧ ))
(org-babel-do-load-languages
'org-babel-load-languages
'((python . t) (ruby . t) (sh . t) (js . t) (css . t)