aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErnst de Hart <ernstdehart@gmail.com>2016-01-03 16:56:35 +0100
committerErnst de Hart <ernstdehart@gmail.com>2016-01-03 16:56:35 +0100
commit7abff7d47002216cb9bbbd380045a4d27a71fe98 (patch)
tree239285831959e79e21fa2ab41e288eac0cef2c1a /README.md
parente55b08fec46a0ff738e947c1fa4c519ec081ced0 (diff)
Update readme with description of custom project names
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d0040b..7df9a8b 100644
--- a/README.md
+++ b/README.md
@@ -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`.