dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
550 stars 51 forks source link

Add a segment for Project.el #127

Closed trev-dev closed 2 years ago

trev-dev commented 2 years ago

This pull requests adds a segment for a project.el project name. It also includes a custom variable for setting the project name inside your .dir-locals.el in case you want to customize the project name.

For example:

;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((telephone-line-project-custom-name . "Telephone Line Rocks"))))

Screenshot from 2022-03-07 10-23-46