mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fixup! Rewrote modeline config + all-the-icons instead of unicode
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user