File-specific key-binding in emacs

后端 未结 4 976
我寻月下人不归
我寻月下人不归 2020-12-19 20:10

Is it possible to define file specific key-bindings in emacs? I suppose it would be possible to create a minor mode and have it loaded when the particular file is open but f

4条回答
  •  旧巷少年郎
    2020-12-19 21:12

    Use eval: in the File Local Variables section:

    ;;; Local Variables:
    ;;; eval: (local-set-key ...)
    

提交回复
热议问题