alphapapa / outshine

Org-mode for non-Org buffers
GNU General Public License v2.0
212 stars 23 forks source link

A space is missing before Outshine word in the mode line #71

Closed mat-r closed 5 years ago

mat-r commented 5 years ago

In the mode line where I can see every modes used in the current buffer, there is a space before each mode name (except Emacs-Lisp; maybe because it is the first one) but not for Outshine. As a consequence, the mode written just before Outshine will not be separated to Outshine.

Screenshot from 2019-06-16 00-49-30

thblt commented 5 years ago

Hello,

The space in a minor mode lighter (that's what it's called) goes after the name. Outshine has it:

https://github.com/alphapapa/outshine/blob/master/outshine.el#L737

My guess is that the issue is with the mode with the "hs" lighter. Can you try deactivating it to confirm?

thblt commented 5 years ago

Sorry, I wrote too fast. There's no issue with hs, you should probably update Outshine, this was fixed long ago: see #39.

mat-r commented 5 years ago

Hello,

I installed Outshine yesterday but it was through MELPA stable so I think it is not fixed there. I confirm it is fixed using MELPA.

Thank you.