Running spacemacs [email protected] Everytime I start spacemacs I get the following error and not sure how to resolve it.
Error (use-package): org-projectile :config: Symbol’s function definition is void: org-projectile:per-repo
Tried googling the issue and some suggest to switch to the dev branch which I don't know how to do.
Thanks
Since indexing a big project is not exactly quick (especially in Emacs Lisp), Projectile supports caching of the project’s files. The caching is enabled by default whenever native indexing is enabled. To enable caching unconditionally use this snippet of code:
If point is on a filepath, Projectile first tries to search for that file in project: If it finds just a file, it switches to that file instantly. This works even if the filename is incomplete, but there’s only a single file in the current project that matches the filename at point.
As an example, here is the command that Projectile uses for Git projects: For every supported VCS there’s a matching Projectile defcustom holding the command to invoke for it (e.g. projectile-git-command, projectile-hg-command, etc).
If you ever decide to tweak those keep in mind that the command should always be returning the list of files relative to the project root and the resulting file list should be 0-delimited (as opposed to newline delimited). For non-VCS projects Projectile will invoke whatever is in projectile-generic-command. By default that’s:
It appears to be a known issue according to the @pmilosev Thanks for pointing it out.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With