1
0
Fork 0

In GUI Emacs, use special icon for isearch

This commit is contained in:
Tom Willemse 2019-04-24 00:59:12 -07:00
parent 61e7180311
commit 75295d2fae

View file

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