emacs的nxml-mode设置

31 七月, 2006 (16:29) | emacs, Web Design

现在我用nxml-mode来编辑html文档,debian源里面有这个包,安装很方便,为了设置为默认的html的编辑方式,在.emacs配置文件里面加上下面的的文字:

(setq auto-mode-alist
(cons '(".(xml|xsl|rng|xhtml|html)'" . nxml-mode)
auto-mode-alist))

Write a comment





提示:如果你刚刚提交过评论,但是还没有被显示出来,请点击这里刷新一下: 刷新评论