开发者

Set sgml-mode as default in nXhtml

开发者 https://www.devze.com 2023-03-22 04:46 出处:网络
Well, I have already provided self-explanatory title. =) I use nXhtml for web development, and sgml-mode keybindings suite me better. Is there any chance 开发者_JAVA百科that I can change default mode

Well, I have already provided self-explanatory title. =) I use nXhtml for web development, and sgml-mode keybindings suite me better. Is there any chance 开发者_JAVA百科that I can change default mode for HTML editing?

I reckon that this is probably an RTFM issue, but I find nXhtml documentation quite uptight. =/


Had you tried standard method of setting mode with

(add-to-list 'auto-mode-alist '("\\.html?$" . sgml-mode))

? I don't use nXhtml, so I don't know how it set handler for HTML files.

0

精彩评论

暂无评论...
验证码 换一张
取 消