emacs的nxml-mode设置
现在我用nxml-mode来编辑html文档,debian源里面有这个包,安装很方便,为了设置为默认的html的编辑方式,在.emacs配置文件里面加上下面的的文字:
(setq auto-mode-alist
(cons '(".(xml|xsl|rng|xhtml|html)'" . nxml-mode)
auto-mode-alist))
想飞之心,永远不死!
现在我用nxml-mode来编辑html文档,debian源里面有这个包,安装很方便,为了设置为默认的html的编辑方式,在.emacs配置文件里面加上下面的的文字:
(setq auto-mode-alist
(cons '(".(xml|xsl|rng|xhtml|html)'" . nxml-mode)
auto-mode-alist))
Write a comment