mirror of
https://github.com/correl/owo-mode.git
synced 2024-11-21 19:18:36 +00:00
Add space to the mode lighter
This commit is contained in:
parent
c3b42f5551
commit
16309e678d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ defined by START and END."
|
|||
|
||||
(define-minor-mode owo-mode
|
||||
"OwO"
|
||||
:lighter "OwO"
|
||||
:lighter " OwO"
|
||||
(owo-wipe (point-min) (point-max))
|
||||
(if owo-mode
|
||||
(progn
|
||||
|
|
Loading…
Reference in a new issue