Emacs name of current local keymap?

后端 未结 3 448
无人共我
无人共我 2020-12-31 14:50

I am writing an elisp function that permanently binds a given key to a given command in the current major mode\'s keymap. For example,

    (define-key pytho         


        
3条回答
  •  清酒与你
    2020-12-31 15:48

    The function local-set-key exists for the purpose of binding keys in the current local keymap.

提交回复
热议问题