milkypostman / powerline

emacs powerline
Other
793 stars 118 forks source link

[Question] Show project name #191

Open jcs090218 opened 3 years ago

jcs090218 commented 3 years ago

Is there a way to show the project name if available?

milkypostman commented 3 years ago

the format functions in Powerline-themes.el determine what is shown in the modeline. For example, showing ERC channels just relies on an existing function that publishes some data to the modeline.

So if there is a function to do this you could write your own theme to do it. Is there something that publishes the current project?