Fix doom-fix-unicode

This commit is contained in:
Henrik Lissner 2016-06-03 00:59:04 -04:00
parent 1155097541
commit 7cbc9b1157
4 changed files with 8 additions and 3 deletions

View file

@ -66,7 +66,8 @@
(set-fringe-bitmap-face 'tilde 'fringe)
(setcdr (assq 'empty-line fringe-indicator-alist) 'tilde)
;; Fix certain unicode characters without upsetting line-height
(doom-fix-unicode "DejaVu Sans" '(?⚠ ?★ ?➊ ?➋ ?➌ ?➍ ?➎ ?❻ ?➐ ?➑ ?➒ ?➓)))
(doom-fix-unicode "DejaVu Sans Mono" '(?★) 13)
(doom-fix-unicode "Hack" '() 13))
;; Hide mode-line in help/compile window
(add-hook 'help-mode-hook 'doom|hide-mode-line)