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