1

I finally got emacs powerline to work. It looks very nice. I can't seem to find any documentation on it though. What does - 299 UU-: and All mean in this screenshot

enter image description here

What else can it tell me? Are there any docs?

Jonathan
  • 1,287
  • 14
  • 17
  • Maybe say where you looked for help. That might help someone who maintains powerline (or someone else) provide help in some of those places. – Drew Dec 13 '19 at 16:39

1 Answers1

1
--  
Indicates that the buffer has not been changed since the last save
**  
Indicates that the buffer has been changed since the last save
%%  
Indicates that the buffer is read-only (can't be changed)

More info here https://kb.iu.edu/d/ablq https://www.nada.kth.se/cgi-bin/info?(emacs)Mode%20Line

dunkaroo
  • 156
  • 7