Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running timer: (void-function make-persp-internal) #18

Closed
CestDiego opened this issue Sep 4, 2015 · 3 comments
Closed

Error running timer: (void-function make-persp-internal) #18

CestDiego opened this issue Sep 4, 2015 · 3 comments

Comments

@CestDiego
Copy link
Contributor

I get this when enable persp-mode in the Messages buffer

@Bad-ptr
Copy link
Owner

Bad-ptr commented Sep 4, 2015

This is strange. Probably you have installed both persp-mode.el and perspective-el. If that the case -- you must choose one of them and uninstall another.

Anyway you could launch emacs with -Q and --debug-init, then manually load persp-mode.el (M-x load-file RET /path/to/persp-mode.el RET) and try to find a way to reproduce the bug.
Also it will be interesting to know what version of emacs you are using(M-: (message "%s" emacs-version) RET) and which packages you have installed (M-: (message "%s" package-activated-list) RET)

@CestDiego
Copy link
Contributor Author

The problem is that I was using use-package. Using the :no-require flag makes it work better.

  (use-package persp-mode
    :no-require t
    :init
    :config
    ;; switch off the animation of restoring window configuration
    (persp-mode 1))

@CestDiego
Copy link
Contributor Author

I'll close the issue because I got this working with the above code ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants