Mac/Linux/Windows 均支持🍺
Emacs 新手可参考 this introductory tutorial !
- 下载最新的 Emacs
- 删除
~/.emacs
or~/.emacs.d
如果它们存在的话. (Windows 路径为C:\Users\{username}\AppData\Roaming\.emacs.d
)。 - 下载本库, 将里面的文件放入步骤2 创建的目录里面。这时的目录结构:
$ tree ~/.emacs.d /home/vagrant/.emacs.d ├── customizations │ ├── editing.el │ ├── elisp-editing.el │ ├── misc.el │ ├── navigation.el │ ├── setup-clojure.el │ ├── setup-js.el │ ├── shell-integration.el │ └── ui.el ├── init.el ├── profiles.clj ├── README.md └── themes ├── color-theme-tomorrow.el ├── tomorrow-night-blue-theme.el ├── tomorrow-night-bright-theme.el ├── tomorrow-night-eighties-theme.el ├── tomorrow-night-theme.el ├── tomorrow-theme.el └── zenburn-theme.el 2 directories, 18 files
- 下载Clojure构建工具 lein,并把它添加到 PATH 里面
- 把本项目的
profiles.clj
移动到~/.lein
下(Windows 路径:C:\Users\{username}\.lein
),如果该文件不存在需要先提前创建 - 开启 Emacs,这时会去下载第三方库,等安装完后,Clojure 开发环境就好了!Enjoy!
- 如有任何安装问题,请提 issue,本库的目的就是为初学者提供一个可在三大主流操作系统上完美运行的 Clojure 开发环境!
- 本库 Fork 自 flyingmachine,由衷感谢!
- Clojure 学习交流 QQ 群:119845407。