milkypostman / powerline

emacs powerline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Show project name

jcs090218 opened this issue · comments

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

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?