Add preceding space to outshine-mode lighter string

It is conventional to have a preceding space before lighter strings so that all minor mode lighters do not squish together. There are many such examples in Emacs cores. To list to few, look at the definitions of `hs-minor-mode` and `eldoc-mode`.
master
Kaushal Modi 7 years ago committed by GitHub
parent 0a63973069
commit a1f11776f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      outshine.el

@ -951,7 +951,7 @@ significant."
"Outshine brings the look&feel of Org-mode to the (GNU Emacs)
world outside of the Org major-mode."
:init-value nil
:lighter "Outshine"
:lighter " Outshine"
(if outshine-mode
(outshine--minor-mode-activate)
(outshine--minor-mode-deactivate)))

Loading…
Cancel
Save