我正在尝试使用我从内置的emacs包管理器elpa安装的workgroups2。从自述文件:
Most commands are bound to both <prefix> <key> and <prefix> C-<key>.
<prefix> <key>
<prefix> c - create workgroup
<prefix> k - kill workgroup
<prefix> v - switch to workgroup
<prefix> C-s - save session
<prefix> C-f - load session
Help
Type <prefix> ? (Eval (wg-help)) for more help.
This will bring up a help buffer listing all the commands and their bindings.
See the customization section in the source for details, or use:
M-x customize-group RET workgroups RET
请注意,我使用emacs 24.3和Ubuntu 12.04 LTS
- 这种情况的前缀键是什么?
非常感谢所有帮助,如果您需要更多信息,请告诉我们!
编辑: 我启动emacs时没有加载Workgroups2。它不会识别任何命令。它只在我启动emacs之后才能工作,如果我重新加载我的 .emacs
文件,如果我在我的 .emacs
文件:
(autoload 'workgroups-mode "workgroups2")
如何让emacs自动加载工作组?我原以为上述就足够了。值得注意的是,我从melpa下载了workgroups2,我不需要任何这个......