emacs lisp, how to get buffer major mode?

后端 未结 7 2175
执笔经年
执笔经年 2020-12-07 23:04

I have tried to search Google and look in the manual, but still cannot find how to get major mode of a buffer object. Can you help me with an example or a reference. Thank

相关标签:
7条回答
  • 2020-12-07 23:30

    Another way, apart from directly readind the major-mode variable would be by directly readind the mode-name variable.

    0 讨论(0)
提交回复
热议问题