In GUI Emacs, use special icon for isearch
This commit is contained in:
parent
61e7180311
commit
75295d2fae
1 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue