我想更改为 org-insert-heading 定义的快捷方式(在 org-mode 中,在 emacs 中)。
是的M-<RET>,我也想拥有C-c C-j(就像在 AUCTex 模式下一样)。
我该如何做到这一点(org-customize 中没有变量)?
我很想知道如何在新的最大化框架中启动emacsclient.
emacsclient -c
Run Code Online (Sandbox Code Playgroud)
开始一个新的框架,但手册页指示无法最大化此框架.没有这样的选择--maximized.
警告:这不是帖子中的重复:如何为emacsclient提供命令行选项?.实际上,这篇文章的答案并没有解决我的问题.他们使用-F似乎记录在他们身上的选项,但是我的man emacsclient(在debian sid中)-F没有这个选项,并且该选项在我的情况下不起作用:
$ emacsclient -c -F "((fullscreen . maximized))"
emacsclient: unrecognized option '-F'
Try `emacsclient --help' for more information
Run Code Online (Sandbox Code Playgroud)
以下是信息的结果emacsclient --help:
emacsclient --help
Usage: emacsclient [OPTIONS] FILE...
Tell the Emacs server to visit the specified files.
Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME.
The following OPTIONS are accepted:
-V, --version Just print version info …Run Code Online (Sandbox Code Playgroud) 我有一个非常复杂和密集的文件夹和文件结构.我想在emacs中快速打开一个离我家很远的文件.
C-x C-f不够快,因为我写这可能是很长的路径(例如:/very/long/and/boring/path/which/make/me/use/tab/for/autocompletion/too/much/and/ruins/my/hands/with/repetitive/strain/injuries/my_file_finally.tex)
那么,C-x C-f打开这样的文件是否是另一种方式,更快,(更),如果没有,有没有办法为最常用的文件创建快捷方式?
PS:我不想移动文件(长路径意味着我清理和组织计算机).