Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次在 Emacs 中打开 HTML 文件时,如何自动启用Zen Coding模式( )?zencoding-mode
zencoding-mode
我实际上并没有使用其中任何一个,但是这样的事情应该可以解决问题:
(add-hook 'html-mode-hook (lambda () (zencoding-mode 1)))
[编辑以促进菲尔斯对答案的评论]