All Projects → Linusp → emacs_config

Linusp / emacs_config

Licence: other
Personal configuration for Emacs

Programming Languages

emacs lisp
2029 projects
common lisp
692 projects
scheme
763 projects
YASnippet
69 projects
python
139335 projects - #7 most used programming language
Standard ML
205 projects

个人 Emacs 配置

images/emacs.png

版本

  • Emacs: 26.1

配置

emacs_config.org

使用方法

项目结构如下

.
├── dot_emacs
├── emacs_config.org
└── emacs.d
  • dot_emacs 对应 Emacs 配置文件的入口,需将其映射为 $HOME/.emacs
  • emacs.d 对应 .emacs.d 目录,用来存放依赖的插件,需将其映射为 $HOME/.emacs.d
  • emacs_config.org 中使用 org-dotemacs 来对各个插件和 Emacs 本身进行更细致的设置,需与 dot_emacs 中设置的路径一致

也可以下载本项目后,运行 install.sh 来自动完成上述操作

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].