aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/oni-gui.el b/oni-gui.el
index 5054627..6889bd3 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190308231025
-;; Package-Requires: (oni-ui yoshi-theme)
+;; Version: 20190424005857
+;; Package-Requires: (oni-ui yoshi-theme diminish)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -29,6 +29,10 @@
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
(add-to-list 'default-frame-alist '(internal-border-width . 15))
+(set-fontset-font t ? "Font Awesome 5 Free")
+
+(diminish 'isearch-mode " ")
+
(setq-default cursor-type '(bar . 2))
(setq-default cursor-in-non-selected-windows 'box)