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"))))
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: