overideal / perject

An Emacs package for working with projects
GNU General Public License v3.0
31 stars 4 forks source link

symbol definition is void perject-mode #2

Closed ghost closed 1 year ago

ghost commented 1 year ago

my config https://github.com/wereket/dotfiles/blob/main/dot_emacs.d/config.org#perject-an-emacs-package-for-working-with-projects

overideal commented 1 year ago

It is hard to tell for me without further information, but I think the reason it is not working is because the :after savehist line defers the loading of the perject block. You can try removing this line or modifying the savehist block (also see the example configuration of perject) in your configuration (which I suspect is not being loaded, so perject is not loaded either).

schrenker commented 1 year ago

@wereket Maybe try placing (perject-mode 1) in :config block? As far as I know, :init block is executed before package has been loaded, so the mode was called before it's definition was actually loaded.

overideal commented 1 year ago

I think it is fair to close this, since it seems to be a configuration issue. But feel free to reopen if you require further help.