Hello, Stefan Huchler <stefan.huch...@mail.de> writes:
> Hi, > > org-edit-special opens elisp code with emacs-lisp mode, which is not > bad, but I wanted to try out xah-elisp-mode for am while. > > tried to overwrite or shadow the settings with something like > > (add-to-list 'org-src-lang-modes '("xah-elisp" . emacs-lisp)) > > am I here at the right place to change that behaviour? Looks like you've got the right variable, but the key should be the language name and the value should be major mode you want. ("elisp" . xah-emacs-lisp) -- Kyle