fixup! Rewrote modeline config + all-the-icons instead of unicode
This commit is contained in:
parent
c3f57fa996
commit
83ea8abdbc
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
:config (httpd-start))
|
:config (httpd-start))
|
||||||
|
|
||||||
(defvar big-mode--old-line-spacing line-spacing)
|
(defvar big-mode--old-line-spacing line-spacing)
|
||||||
(defvar big-mode--old-modeline-height mode-line-height)
|
(defvar big-mode--old-modeline-height doom-modeline-height)
|
||||||
(define-minor-mode big-mode
|
(define-minor-mode big-mode
|
||||||
:init-value nil
|
:init-value nil
|
||||||
:lighter " BIG"
|
:lighter " BIG"
|
||||||
|
@ -26,10 +26,10 @@
|
||||||
(doom/load-font (if big-mode big-mode-font doom-default-font)))
|
(doom/load-font (if big-mode big-mode-font doom-default-font)))
|
||||||
(if big-mode
|
(if big-mode
|
||||||
(setq-default
|
(setq-default
|
||||||
mode-line-height big-mode-modeline-height
|
doom-modeline-height big-mode-modeline-height
|
||||||
line-spacing big-mode-line-spacing)
|
line-spacing big-mode-line-spacing)
|
||||||
(setq-default
|
(setq-default
|
||||||
mode-line-height big-mode--old-modeline-height
|
doom-modeline-height big-mode--old-modeline-height
|
||||||
line-spacing big-mode--old-line-spacing)))
|
line-spacing big-mode--old-line-spacing)))
|
||||||
|
|
||||||
(evil-define-command doom:big (&optional size)
|
(evil-define-command doom:big (&optional size)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue