From 778a76f7c57cb2a545d226ec1e02e7f283a75d0a Mon Sep 17 00:00:00 2001 From: smallst_wsl Date: Sun, 20 Nov 2022 17:09:03 +0800 Subject: [PATCH] add Emacs --- docs/必学工具/Emacs.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/必学工具/Emacs.md diff --git a/docs/必学工具/Emacs.md b/docs/必学工具/Emacs.md new file mode 100644 index 00000000..6e1d088c --- /dev/null +++ b/docs/必学工具/Emacs.md @@ -0,0 +1,14 @@ +# Emacs + +## 为什么学习 Emacs + +既然有人推荐 Vim,那必须得有 Emacs 的一席之地。 + +## 如何学习 Emacs +- 安装 +1. 如果你使用 MacOS 或者任意发行版的 Linux,你可以直接使用 brew 或者 Linux 软件包管理器安装 Emacs +2. 如果你使用 Windows,这边建议你移步 WSL 章节先启用 WSL 然后安装 Linux 方法安装 + +- 阅读[这篇 tutorial](https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/master/guide-zh.org) 它会指导你接下来该做什么 +- 下载一个 Emacs 配置,可以是上面这篇文章作者[陈斌的](https://github.com/redguardtoo/emacs.d),也可以参考这个[私心的](https://github.com/smallst/emacs.d/tree/develop)。 + - 私心的:从陈斌的配置开始修改,维护得较差(私人使用),但加入了部分大学常用的功能。(比如单文件c++代码的编译/运行,LaTeX 管理引用文献之类的)