evil-mode要先安装undo-tree.el
m-x package-install
查找undo-tree并安装之
在evil官网下载
git clone git://gitorious.org/evil/evil.git
Install
Move Evil to ~/.emacs.d/evil. Then add the following lines to ~/.emacs:
(add-to-list 'load-path "~/.emacs.d/evil")
(require 'evil)
(evil-mode 1)
Evil requires undo-tree.el in the load-path for linear undo and undo branches.
本文指导如何在文本编辑器中安装evil-mode并配置undo-tree.el,以提高编辑效率。首先通过git克隆获取undo-tree.el,然后在配置文件中引入evil-mode并激活,确保linearundo和undobranches功能正常工作。
1470

被折叠的 条评论
为什么被折叠?



