add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

18
lisp/transient/dir Normal file
View File

@@ -0,0 +1,18 @@
This is the file .../info/dir, which contains the
topmost node of the Info hierarchy, called (dir)Top.
The first time you invoke Info you start off looking at this node.

File: dir, Node: Top This is the top of the INFO tree
This (the Directory node) gives a menu of major topics.
Typing "q" exits, "H" lists all Info commands, "d" returns here,
"h" gives a primer for first-timers,
"mEmacs<Return>" visits the Emacs manual, etc.
In Emacs, you can click mouse button 2 on a menu item or cross reference
to select it.
* Menu:
Emacs
* Transient: (transient). Transient Commands.

View File

@@ -0,0 +1,12 @@
(define-package "transient" "20200622.2050" "Transient commands"
'((emacs "25.1"))
:commit "73694be44a802cac89bfe0798e2a4aeb79e39ead" :keywords
'("bindings")
:authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:url "https://github.com/magit/transient")
;; Local Variables:
;; no-byte-compile: t
;; End:

3406
lisp/transient/transient.el Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff