1
0
Fork 0

Add org-bullets characters to speed up their display

This commit is contained in:
Tom Willemse 2019-05-01 16:44:00 -07:00
parent 5a006c911b
commit 4c4c552be4

View file

@ -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))