# spemacs **Repository Path**: willowish/spemacs ## Basic Information - **Project Name**: spemacs - **Description**: emacs配置文件备份更新 - **Primary Language**: Emacs Lisp - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-17 - **Last Updated**: 2022-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spemacs #### 介绍 emacs配置文件备份更新,配置文件的策略为:逐步增加emacs 的配置代码,稳定的话提交同步。保证每一次提交的结果都能够顺利运行。 #### 软件架构 软件架构说明 ### 安装部署 1. [Linux] git clone https://gitee.com/willowish/spemacs.git ~/.emacs.d #### 使用说明 1. git push gitee master. 2. 调用emacs-rime - sudo apt install librime-dev - C-\ 唤起内置emacs-rime输入法,目前,英文无法切换。 #### 注意事项 1. 配置文件失效: 若存在~/.emacs文件,则不会读取~/.emacs.d/init.el的配置。 2. 若提示XXX文件不存在等,如cnfonts找不到,xclip找不到等,原因为需要安装对应的插件包 M-x package-install RET xxxname RET 逐个安装即可