Skip to content
vic

siancu/evilmode-pack

Emacs-live pack for evil-mode.

siancu/evilmode-pack.json
{
"createdAt": "2013-01-12T22:48:54Z",
"defaultBranch": "master",
"description": "Emacs-live pack for evil-mode.",
"fullName": "siancu/evilmode-pack",
"homepage": null,
"language": "Emacs Lisp",
"name": "evilmode-pack",
"pushedAt": "2015-09-03T10:57:23Z",
"stargazersCount": 24,
"topics": [],
"updatedAt": "2024-01-28T08:19:44Z",
"url": "https://github.com/siancu/evilmode-pack"
}

To install this pack into your emacs-live clone this repository and update the evil-mode submodule, e.g.

git clone https://github.com/siancu/evilmode-pack ~/.evilmode-pack
cd ~/.evilmode-pack
git submodule init
git submodule update

Afterwards add the following to your .emacs-live.el file and restart Emacs:

(live-add-packs '(~/.evilmode-pack))