siancu/evilmode-pack
Emacs-live pack for evil-mode.
{ "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"}evilmode-pack
Section titled “evilmode-pack”Installation
Section titled “Installation”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-packcd ~/.evilmode-packgit submodule initgit submodule updateAfterwards add the following to your .emacs-live.el file and restart Emacs:
(live-add-packs '(~/.evilmode-pack))