cs-self-learning/docs/必学工具/Emacs.md
2022-11-20 17:09:03 +08:00

14 lines
935 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 管理引用文献之类的)