aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-04-24 00:59:12 -0700
committerGravatar Tom Willemse2019-04-24 00:59:12 -0700
commit75295d2fae6d5a7f5477186eaf045a6731e97cf8 (patch)
treea6814b72e9d8e3aafc70c91ecb9584c8e310e415 /oni-gui.el
parent61e71803113a3a5f17d39dfcdfbbfec16fc9c82c (diff)
downloademacs-config-75295d2fae6d5a7f5477186eaf045a6731e97cf8.tar.gz
emacs-config-75295d2fae6d5a7f5477186eaf045a6731e97cf8.zip
In GUI Emacs, use special icon for isearch
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)