mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 03:00:12 +00:00
add undo-tree
This commit is contained in:
parent
21bbe040be
commit
d6fb97000c
1 changed files with 6 additions and 0 deletions
6
pkglist
6
pkglist
|
@ -29,4 +29,10 @@
|
||||||
:fetcher git
|
:fetcher git
|
||||||
:summary "Saner defaults and goodies for lisp languages"
|
:summary "Saner defaults and goodies for lisp languages"
|
||||||
:files ("modules/starter-kit-lisp.el"))
|
:files ("modules/starter-kit-lisp.el"))
|
||||||
|
(undo-tree
|
||||||
|
:summary "Treat undo history as a tree"
|
||||||
|
:url "http://www.dr-qubit.org/git/undo-tree.git"
|
||||||
|
:fetcher git)
|
||||||
|
(full-ack
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue