Fix doom-fix-unicode
This commit is contained in:
parent
1155097541
commit
7cbc9b1157
4 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue