Shrink ✓ to make it fit in the mode-line
This commit is contained in:
parent
05f103e9e1
commit
ec15e1bca1
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0410.181224
|
||||
;; Version: 2020.0410.185314
|
||||
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -51,11 +51,12 @@ If FRAME is nil, they’re set for the current frame."
|
|||
(set-fontset-font t ? font-awesome frame)
|
||||
(set-fontset-font t ? font-awesome frame)
|
||||
(set-fontset-font t oni-gui-arev-icon font-awesome frame))
|
||||
(let ((dejavu-sans-mono "DejaVu Sans Mono"))
|
||||
(let ((dejavu-sans-mono "DejaVu Sans Mono-12"))
|
||||
(set-fontset-font t ?◉ dejavu-sans-mono frame)
|
||||
(set-fontset-font t ?○ dejavu-sans-mono frame)
|
||||
(set-fontset-font t ?✸ dejavu-sans-mono frame)
|
||||
(set-fontset-font t ?✿ dejavu-sans-mono frame)))
|
||||
(set-fontset-font t ?✿ dejavu-sans-mono frame)
|
||||
(set-fontset-font t ?✓ dejavu-sans-mono frame)))
|
||||
|
||||
(with-eval-after-load 'isearch
|
||||
(diminish 'isearch-mode (string ?\s oni-gui-isearch-icon)))
|
||||
|
|
Loading…
Reference in a new issue