Detect current native mode in Emacs (from Lisp)?

Possible duplicate:
emacs lisp how to get the main buffer mode?

Is there a way for Emacs Lisp code to determine the current native mode?

+6
source share
1 answer

You can see the value of the major-mode variable.

+19
source

Source: https://habr.com/ru/post/890259/


All Articles