个人的spacemacs layer配置 , 开发堆栈(php/python+html+css+js)
- 安装emacs
https://www.gnu.org/software/emacs/download.html
- 安装spacemacs
cd /
git clone https://github.com/syl20bnr/spacemacs.git ~/.emacs.d
- 安装我的配置
cd /
git clone https://github.com/fidding/spacemacs.d.git ~/spacemacs.d
安装完成之后,打开你的.spacemacs文件。
- 添加配置路径
dotspacemacs-configuration-layer-path '("~/spacemacs.d/")
- 引用配置
dotspacemacs-configuration-layers '(fidding)
插件
-
material-theme主题
-
cpmpany自动补全
-
nyan-cat彩虹猫
-
web-mode
-
php-mode
-
php-extras php函数提示 , 需要执行(M-x php-extras-generate-eldoc)
-
idle-highlight-mode选中词匹配高亮
-
magit git版本控制
-
flymake-php php错误提示
-
phpcbf php格式规范
-
ac-php php语法定义
-
vue
-
python环境elpy-mode
-
js2-mode
-
all-the-icons和spaceline-all-the-icons
-
yasnippet
基本功能
-
自定义窗口标题
-
初始窗口最大化
-
显示行号
-
保存buffer时移除多余空格
-
web, php, python环境开发
环境配置
-
emacs指令安装
all-the-icons
字体[emacs]M-x all-the-icons-install-fonts
-
python开发:elpy-mode使用需要安装额外包[shell]
pip install rope jedi flake8 autopep8 yapf
将持续更新,欢迎star&fork!!