OSDN Git Service

Update emacs.md
authorDong Tsing-hsuen <68433824+alissa42@users.noreply.github.com>
Thu, 28 Jan 2021 14:10:47 +0000 (22:10 +0800)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 14:10:47 +0000 (22:10 +0800)
docs/tools/editor/emacs.md

index cbd9bc5..cf1e78a 100644 (file)
@@ -230,6 +230,16 @@ Emacs 拥有极为丰富的快捷键,可以大幅提高工作的效率。使
     (custom-set-faces)
     ```
 
+### 拓展阅读
+
+要以终端模式启动 Emacs,在启动时添加参数 `-nw`。Emacs 有多种变体,如采用 native-comp 来减少延迟的 [GCC Emacs](http://akrl.sdf.org/gccemacs.html) 及其纯 GTK 版本变体、针对 macOS 优化的 Emacs Macport。
+
+Emacs 有中心化的软件仓库,配置后可通过 `M-x package-install` 来安装插件。使用[镜像站](https://mirrors.bfsu.edu.cn/help/elpa/)可以加快下载速度。
+
+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)可能对选择前端有所帮助。
+
+拓展名为 `.org` 的 Org Mode 脚本可以通过 [Pandoc](https://pandoc.org/) 转换为 Markdown 脚本。
+
 ## 参考资料与注释
 
 [^note1]: 该键的作用是调出鼠标右键菜单,一般为右<kbd>Ctrl</kbd>左边的第一个键。