标签: emacs
我正在尝试为std :: cout创建一个模板,因为我厌倦了每次都写这个。
这就是我写的
(tempo-define-template "c++-cout" '("std::cout << " (p "whatTowrite: " whattowrite) " << std::endl;" > n ) "cout_1" 'c++-tempo-tags)
但我不知道如何打印“使用速度。\没有用。”