How can I make C-p an Emacs prefix key for Devel::PerlySense?

前端 未结 2 2021
闹比i
闹比i 2021-02-03 11:01

I just installed Devel::PerlySense 0.0180.

I have put the following in my .emacs file:

 ; PerlySense
 (load \"~/perly-sense\")

 (global-unset-key \"\\C-         


        
2条回答
  •  离开以前
    2021-02-03 11:05

    Emacs, by default, only allows certain keys to be prefixes (the start of multi-key commands). See http://www.gnu.org/software/emacs/manual/html_node/elisp/Prefix-Keys.html You need to create a keymap and bind it to C-p.

提交回复
热议问题