Add org-bullets characters to speed up their display
This commit is contained in:
parent
5a006c911b
commit
4c4c552be4
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 20190501164228
|
||||
;; Version: 20190501164307
|
||||
;; Package-Requires: (oni-ui yoshi-theme diminish)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -43,6 +43,11 @@
|
|||
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||
|
||||
(set-fontset-font t ?◉ "DejaVu Sans Mono")
|
||||
(set-fontset-font t ?○ "DejaVu Sans Mono")
|
||||
(set-fontset-font t ?✸ "DejaVu Sans Mono")
|
||||
(set-fontset-font t ?✿ "DejaVu Sans Mono")
|
||||
|
||||
(diminish 'isearch-mode " ")
|
||||
|
||||
(setq-default cursor-type '(bar . 2))
|
||||
|
|
Loading…
Reference in a new issue