From 4c4c552be4ccf19a18d6e9d0b46ff883563ef4f4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 1 May 2019 16:44:00 -0700 Subject: Add org-bullets characters to speed up their display --- oni-gui.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'oni-gui.el') diff --git a/oni-gui.el b/oni-gui.el index 9a7b6af..3c92a21 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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)) -- cgit v1.2.3-54-g00ecf