add lisp packages
This commit is contained in:
18
lisp/transient/dir
Normal file
18
lisp/transient/dir
Normal 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.
|
||||
12
lisp/transient/transient-pkg.el
Normal file
12
lisp/transient/transient-pkg.el
Normal 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
3406
lisp/transient/transient.el
Normal file
File diff suppressed because it is too large
Load Diff
2442
lisp/transient/transient.info
Normal file
2442
lisp/transient/transient.info
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user