mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix set-project-type!
Reference to non-existent variable, when
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user