nex3 / perspective-el

Perspectives for Emacs.
MIT License
880 stars 71 forks source link

How can I set a longer prefix key? #208

Open madorian opened 2 months ago

madorian commented 2 months ago

It says "it's not a prefix key"

I'm trying to set

  (persp-mode-prefix-key (kbd "C-M-w p"))

I need to type it in a bit different?

gcv commented 2 months ago

That works for me in the :custom block of use-package. You need to use either that, the Customize UI, or (customize-set-variable 'persp-mode-prefix-key (kbd "C-M-w p")). How are you trying to set it?