diff options
| author | Ernst de Hart <ernstdehart@gmail.com> | 2016-01-03 16:56:35 +0100 |
|---|---|---|
| committer | Ernst de Hart <ernstdehart@gmail.com> | 2016-01-03 16:56:35 +0100 |
| commit | 7abff7d47002216cb9bbbd380045a4d27a71fe98 (patch) | |
| tree | 239285831959e79e21fa2ab41e288eac0cef2c1a /README.md | |
| parent | e55b08fec46a0ff738e947c1fa4c519ec081ced0 (diff) | |
Update readme with description of custom project names
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -526,6 +526,13 @@ the files in you repository, you could do: ((nil . ((projectile-git-command . "/path/to/other/git ls-files -zco --exclude-standard")))) ``` +If you want to use a different project name than how Projectile named +your project, you could customize it with the following: + +``` +((nil . ((projectile-project-name . "your-project-name-here")))) +``` + #### Configure a Project's Compilation, Test and Run commands There are a few variables that are intended to be customized via `.dir-locals.el`. |
