Fix set-project-type!
Reference to non-existent variable, when
This commit is contained in:
parent
1f0a5f04f2
commit
cd9378bb9e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
(after! projectile
|
(after! projectile
|
||||||
(add-to-list 'projectile-project-types
|
(add-to-list 'projectile-project-types
|
||||||
(list name
|
(list name
|
||||||
'marker-files when
|
'marker-files predicate
|
||||||
'compilation-dir dir
|
'compilation-dir dir
|
||||||
'configure-command configure
|
'configure-command configure
|
||||||
'compile-command compile
|
'compile-command compile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue