jonathanchu / emacs-powerline

Powerline for Emacs
497 stars 37 forks source link

Allow to customize the powerline #15

Open paradoxxxzero opened 12 years ago

paradoxxxzero commented 12 years ago

Adds a powerline group and replaces defvar with defcustom

jonathanchu commented 12 years ago

Thanks! This looks good - how do you envision the customization process going with this commit? (i.e. - how would you customize mode-line color, for example...)

wrexor commented 12 years ago

Seems to me to be the same as before only now you can change them through emacs custom.

I was thinking of adding the ability to customize the foreground colors for blocks that don't inherit from mode-line, this would be a good base to do it on.

walkingsparrow commented 11 years ago

Is there a way to change the modeline arrangement? For example, I always want to move the line number and column number to the beginning of the modeline, so that when the emacs windows is small I can still see these two number. RIght I can only see the major-mode and minor-modes names when the window is small.

jonathanchu commented 11 years ago

Hi @walkingsparrow - yes, you can simply comment out some of the mode modules in the modeline in the powerline.el source itself. Here's a quick example and what it would look like.

espinoco commented 9 years ago

Why have not been resolved the merge conflicts?