mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
add Emacs
This commit is contained in:
parent
8c7de67e04
commit
778a76f7c5
1 changed files with 14 additions and 0 deletions
14
docs/必学工具/Emacs.md
Normal file
14
docs/必学工具/Emacs.md
Normal file
|
|
@ -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 管理引用文献之类的)
|
||||
Loading…
Reference in a new issue