:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
リビジョン | 2698f39b27c5f332625646eae9148beb6b268937 (tree) |
---|---|
日時 | 2021-01-28 23:10:47 |
作者 | Dong Tsing-hsuen <68433824+alissa42@user...> |
コミッター | GitHub |
Update emacs.md
@@ -230,6 +230,16 @@ Emacs 拥有极为丰富的快捷键,可以大幅提高工作的效率。使 | ||
230 | 230 | (custom-set-faces) |
231 | 231 | ``` |
232 | 232 | |
233 | +### 拓展阅读 | |
234 | + | |
235 | +要以终端模式启动 Emacs,在启动时添加参数 `-nw`。Emacs 有多种变体,如采用 native-comp 来减少延迟的 [GCC Emacs](http://akrl.sdf.org/gccemacs.html) 及其纯 GTK 版本变体、针对 macOS 优化的 Emacs Macport。 | |
236 | + | |
237 | +Emacs 有中心化的软件仓库,配置后可通过 `M-x package-install` 来安装插件。使用[镜像站](https://mirrors.bfsu.edu.cn/help/elpa/)可以加快下载速度。 | |
238 | + | |
239 | +Emacs 可以使用语言服务器(Language Server Protocol)来提高编辑体验,目前推荐的 C++ 后端是 [Clangd](https://clangd.llvm.org/)。前端可以采用 [Eglot](https://github.com/joaotavora/eglot) 或 [Emacs LSP](https://emacs-lsp.github.io/lsp-mode/),参阅[此条目](https://github.com/joaotavora/eglot#historical-differences-to-lsp-modeel)可能对选择前端有所帮助。 | |
240 | + | |
241 | +拓展名为 `.org` 的 Org Mode 脚本可以通过 [Pandoc](https://pandoc.org/) 转换为 Markdown 脚本。 | |
242 | + | |
233 | 243 | ## 参考资料与注释 |
234 | 244 | |
235 | 245 | [^note1]: 该键的作用是调出鼠标右键菜单,一般为右<kbd>Ctrl</kbd>左边的第一个键。 |