Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix: Error (use-package): org-projectile :config: Symbol’s function definition is void: org-projectile:per-repo

Tags:

spacemacs

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

like image 866
Stryker Avatar asked Aug 27 '17 18:08

Stryker


People also ask

Does projectile support caching of project files?

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:

How does projectile work with incomplete files?

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.

What command does projectile use for Git?

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).

Should projectile return 0-delimited or 0-delimited files?

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:


1 Answers

It appears to be a known issue according to the @pmilosev Thanks for pointing it out.

like image 177
Stryker Avatar answered Sep 30 '22 23:09

Stryker