I wanted to use the newer
https://github.com/Bad-ptr/persp-mode.el
instead of
https://github.com/nex3/perspective-el
and naively ran into
Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)
gethash("proj1" nil)
projectile-persp-switch-project("d:/proj1/")
call-interactively(projectile-persp-switch-project record nil)
command-execute(projectile-persp-switch-project record)
helm-M-x(nil "projectile-persp-switch-project")
call-interactively(helm-M-x nil nil)
command-execute(helm-M-x)
which is to be expected, since perspectives-hash was changed to *persp-hash*.
What is your stance towards supporting persp-mode? How involved would it be? I would like to help out if I can.
I wanted to use the newer
https://github.com/Bad-ptr/persp-mode.el
instead of
https://github.com/nex3/perspective-el
and naively ran into
which is to be expected, since
perspectives-hashwas changed to*persp-hash*.What is your stance towards supporting
persp-mode? How involved would it be? I would like to help out if I can.