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 加载节奏:
(require 'tempo)
我可以很好地扩展模板,但是当光标位于缓冲区第一行的开头时不能。
我在 2009-09-27 的 GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) 上运行 Ubuntu,由 Debian 修改。
文件为空时如何使用模板?
通过改用YASnippet来解决,这极大地提高了可用性。