add which key package to org profile
This commit is contained in:
parent
53f3f57e03
commit
e706a44db2
|
@ -4019,7 +4019,7 @@
|
|||
(perspective-exwm . [(20230218 1358) ((emacs (27 1)) (burly (0 2 -1)) (exwm (0 26)) (perspective (2 17))) "Better integration for perspective.el and EXWM" tar ((:commit . "01d51f5c92a30b65e8346582ed1ce6513570bb0a") (:authors ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainers ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainer "Korytov Pavel" . "thexcloud@gmail.com") (:url . "https://github.com/SqrtMinusOne/perspective-exwm.el"))])
|
||||
(perspeen . [(20171203 1021) ((emacs (25 0)) (powerline (2 4))) "An package for multi-workspace" tar ((:commit . "edb70c530bda50ff3d1756e32a703d5fef5e5480") (:authors ("Peng Li" . "seudut@gmail.com")) (:maintainers ("Peng Li" . "seudut@gmail.com")) (:maintainer "Peng Li" . "seudut@gmail.com") (:keywords "lisp") (:url . "https://github.com/seudut/perspeen"))])
|
||||
(pest-mode . [(20221231 15) ((emacs (26 3))) "Major mode for editing Pest files" tar ((:commit . "8023a92ce59c34dcd1587cbd85ed144f206ddb89") (:authors ("ksqsf" . "i@ksqsf.moe")) (:maintainers ("ksqsf" . "i@ksqsf.moe")) (:maintainer "ksqsf" . "i@ksqsf.moe") (:keywords "languages") (:url . "https://github.com/ksqsf/pest-mode"))])
|
||||
(pet . [(20230824 1919) ((emacs (26 1)) (f (0 6 0))) "Executable and virtualenv tracker for python-mode" tar ((:commit . "eb0c01380f1930825844027d9af6f4a263238a89") (:authors ("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com")) (:maintainers ("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com")) (:maintainer "Jimmy Yuen Ho Wong" . "wyuenho@gmail.com") (:keywords "tools") (:url . "https://github.com/wyuenho/emacs-pet/"))])
|
||||
(pet . [(20230830 1042) ((emacs (26 1)) (f (0 6 0))) "Executable and virtualenv tracker for python-mode" tar ((:commit . "8d060437fb38630f0040c29333b460f08cc7642a") (:authors ("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com")) (:maintainers ("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com")) (:maintainer "Jimmy Yuen Ho Wong" . "wyuenho@gmail.com") (:keywords "tools") (:url . "https://github.com/wyuenho/emacs-pet/"))])
|
||||
(pfuture . [(20220913 1401) ((emacs (25 2))) "a simple wrapper around asynchronous processes" tar ((:commit . "19b53aebbc0f2da31de6326c495038901bffb73c") (:authors ("Alexander Miller" . "alexanderm@web.de")) (:maintainers ("Alexander Miller" . "alexanderm@web.de")) (:maintainer "Alexander Miller" . "alexanderm@web.de") (:url . "https://github.com/Alexander-Miller/pfuture"))])
|
||||
(pg . [(20230820 1414) ((emacs (26 1))) "Emacs Lisp socket-level interface to the PostgreSQL RDBMS" tar ((:commit . "e6b71c4c2315e186c53796ffdbc6533d5bcd40c5") (:authors ("Eric Marsden" . "eric.marsden@risk-engineering.org")) (:maintainers ("Eric Marsden" . "eric.marsden@risk-engineering.org")) (:maintainer "Eric Marsden" . "eric.marsden@risk-engineering.org") (:keywords "data" "comm" "database" "postgresql") (:url . "https://github.com/emarsden/pg-el"))])
|
||||
(pgdevenv . [(20150105 2236) nil "Manage your PostgreSQL development envs" tar ((:commit . "7f1d5bc734750aca98cf67a9491cdbd5615fd132") (:authors ("Dimitri Fontaine" . "dim@tapoueh.org")) (:maintainers ("Dimitri Fontaine" . "dim@tapoueh.org")) (:maintainer "Dimitri Fontaine" . "dim@tapoueh.org") (:keywords "emacs" "postgresql" "development" "environment" "shell" "debug" "gdb"))])
|
||||
|
|
196
org/elpa/which-key-20230712.2151/which-key-autoloads.el
Normal file
196
org/elpa/which-key-20230712.2151/which-key-autoloads.el
Normal file
|
@ -0,0 +1,196 @@
|
|||
;;; which-key-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
||||
;; Generated by the `loaddefs-generate' function.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from which-key.el
|
||||
|
||||
(defvar which-key-mode nil "\
|
||||
Non-nil if Which-Key mode is enabled.
|
||||
See the `which-key-mode' command
|
||||
for a description of this minor mode.
|
||||
Setting this variable directly does not take effect;
|
||||
either customize it (see the info node `Easy Customization')
|
||||
or call the function `which-key-mode'.")
|
||||
(custom-autoload 'which-key-mode "which-key" nil)
|
||||
(autoload 'which-key-mode "which-key" "\
|
||||
Toggle which-key-mode.
|
||||
|
||||
This is a global minor mode. If called interactively, toggle the
|
||||
`Which-Key mode' mode. If the prefix argument is positive,
|
||||
enable the mode, and if it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||||
the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate `(default-value \\='which-key-mode)'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(autoload 'which-key-setup-side-window-right "which-key" "\
|
||||
Apply suggested settings for side-window that opens on right." t)
|
||||
(autoload 'which-key-setup-side-window-right-bottom "which-key" "\
|
||||
Apply suggested settings for side-window that opens on right
|
||||
if there is space and the bottom otherwise." t)
|
||||
(autoload 'which-key-setup-side-window-bottom "which-key" "\
|
||||
Apply suggested settings for side-window that opens on bottom." t)
|
||||
(autoload 'which-key-setup-minibuffer "which-key" "\
|
||||
Apply suggested settings for minibuffer.
|
||||
Do not use this setup if you use the paging commands. Instead use
|
||||
`which-key-setup-side-window-bottom', which is nearly identical
|
||||
but more functional." t)
|
||||
(autoload 'which-key-add-keymap-based-replacements "which-key" "\
|
||||
Replace the description of KEY using REPLACEMENT in KEYMAP.
|
||||
KEY should take a format suitable for use in `kbd'. REPLACEMENT
|
||||
should be a cons cell of the form (STRING . COMMAND) for each
|
||||
REPLACEMENT, where STRING is the replacement string and COMMAND
|
||||
is a symbol corresponding to the intended command to be
|
||||
replaced. COMMAND can be nil if the binding corresponds to a key
|
||||
prefix. An example is
|
||||
|
||||
(which-key-add-keymap-based-replacements global-map
|
||||
\"C-x w\" \\='(\"Save as\" . write-file)).
|
||||
|
||||
For backwards compatibility, REPLACEMENT can also be a string,
|
||||
but the above format is preferred, and the option to use a string
|
||||
for REPLACEMENT will eventually be removed.
|
||||
|
||||
(fn KEYMAP KEY REPLACEMENT &rest MORE)")
|
||||
(autoload 'which-key-add-key-based-replacements "which-key" "\
|
||||
Replace the description of KEY-SEQUENCE with REPLACEMENT.
|
||||
KEY-SEQUENCE is a string suitable for use in `kbd'. REPLACEMENT
|
||||
may either be a string, as in
|
||||
|
||||
(which-key-add-key-based-replacements \"C-x 1\" \"maximize\")
|
||||
|
||||
a cons of two strings as in
|
||||
|
||||
(which-key-add-key-based-replacements \"C-x 8\"
|
||||
\\='(\"unicode\" . \"Unicode keys\"))
|
||||
|
||||
or a function that takes a (KEY . BINDING) cons and returns a
|
||||
replacement.
|
||||
|
||||
In the second case, the second string is used to provide a longer
|
||||
name for the keys under a prefix.
|
||||
|
||||
MORE allows you to specifcy additional KEY REPLACEMENT pairs. All
|
||||
replacements are added to `which-key-replacement-alist'.
|
||||
|
||||
(fn KEY-SEQUENCE REPLACEMENT &rest MORE)")
|
||||
(autoload 'which-key-add-major-mode-key-based-replacements "which-key" "\
|
||||
Functions like `which-key-add-key-based-replacements'.
|
||||
The difference is that MODE specifies the `major-mode' that must
|
||||
be active for KEY-SEQUENCE and REPLACEMENT (MORE contains
|
||||
addition KEY-SEQUENCE REPLACEMENT pairs) to apply.
|
||||
|
||||
(fn MODE KEY-SEQUENCE REPLACEMENT &rest MORE)")
|
||||
(autoload 'which-key-reload-key-sequence "which-key" "\
|
||||
Simulate entering the key sequence KEY-SEQ.
|
||||
KEY-SEQ should be a list of events as produced by
|
||||
`listify-key-sequence'. If nil, KEY-SEQ defaults to
|
||||
`which-key--current-key-list'. Any prefix arguments that were
|
||||
used are reapplied to the new key sequence.
|
||||
|
||||
(fn &optional KEY-SEQ)")
|
||||
(autoload 'which-key-show-standard-help "which-key" "\
|
||||
Call the command in `which-key--prefix-help-cmd-backup'.
|
||||
Usually this is `describe-prefix-bindings'.
|
||||
|
||||
(fn &optional _)" t)
|
||||
(autoload 'which-key-show-next-page-no-cycle "which-key" "\
|
||||
Show next page of keys unless on the last page, in which case
|
||||
call `which-key-show-standard-help'." t)
|
||||
(autoload 'which-key-show-previous-page-no-cycle "which-key" "\
|
||||
Show previous page of keys unless on the first page, in which
|
||||
case do nothing." t)
|
||||
(autoload 'which-key-show-next-page-cycle "which-key" "\
|
||||
Show the next page of keys, cycling from end to beginning
|
||||
after last page.
|
||||
|
||||
(fn &optional _)" t)
|
||||
(autoload 'which-key-show-previous-page-cycle "which-key" "\
|
||||
Show the previous page of keys, cycling from beginning to end
|
||||
after first page.
|
||||
|
||||
(fn &optional _)" t)
|
||||
(autoload 'which-key-show-top-level "which-key" "\
|
||||
Show top-level bindings.
|
||||
|
||||
(fn &optional _)" t)
|
||||
(autoload 'which-key-show-major-mode "which-key" "\
|
||||
Show top-level bindings in the map of the current major mode.
|
||||
|
||||
This function will also detect evil bindings made using
|
||||
`evil-define-key' in this map. These bindings will depend on the
|
||||
current evil state.
|
||||
|
||||
(fn &optional ALL)" t)
|
||||
(autoload 'which-key-show-full-major-mode "which-key" "\
|
||||
Show all bindings in the map of the current major mode.
|
||||
|
||||
This function will also detect evil bindings made using
|
||||
`evil-define-key' in this map. These bindings will depend on the
|
||||
current evil state. " t)
|
||||
(autoload 'which-key-dump-bindings "which-key" "\
|
||||
Dump bindings from PREFIX into buffer named BUFFER-NAME.
|
||||
|
||||
PREFIX should be a string suitable for `kbd'.
|
||||
|
||||
(fn PREFIX BUFFER-NAME)" t)
|
||||
(autoload 'which-key-undo-key "which-key" "\
|
||||
Undo last keypress and force which-key update.
|
||||
|
||||
(fn &optional _)" t)
|
||||
(autoload 'which-key-C-h-dispatch "which-key" "\
|
||||
Dispatch C-h commands by looking up key in
|
||||
`which-key-C-h-map'. This command is always accessible (from any
|
||||
prefix) if `which-key-use-C-h-commands' is non nil." t)
|
||||
(autoload 'which-key-show-keymap "which-key" "\
|
||||
Show the top-level bindings in KEYMAP using which-key.
|
||||
KEYMAP is selected interactively from all available keymaps.
|
||||
|
||||
If NO-PAGING is non-nil, which-key will not intercept subsequent
|
||||
keypresses for the paging functionality.
|
||||
|
||||
(fn KEYMAP &optional NO-PAGING)" t)
|
||||
(autoload 'which-key-show-full-keymap "which-key" "\
|
||||
Show all bindings in KEYMAP using which-key.
|
||||
KEYMAP is selected interactively from all available keymaps.
|
||||
|
||||
(fn KEYMAP)" t)
|
||||
(autoload 'which-key-show-minor-mode-keymap "which-key" "\
|
||||
Show the top-level bindings in KEYMAP using which-key.
|
||||
KEYMAP is selected interactively by mode in
|
||||
`minor-mode-map-alist'.
|
||||
|
||||
(fn &optional ALL)" t)
|
||||
(autoload 'which-key-show-full-minor-mode-keymap "which-key" "\
|
||||
Show all bindings in KEYMAP using which-key.
|
||||
KEYMAP is selected interactively by mode in
|
||||
`minor-mode-map-alist'." t)
|
||||
(register-definition-prefixes "which-key" '("evil-state" "which-key-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'which-key-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; which-key-autoloads.el ends here
|
12
org/elpa/which-key-20230712.2151/which-key-pkg.el
Normal file
12
org/elpa/which-key-20230712.2151/which-key-pkg.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
(define-package "which-key" "20230712.2151" "Display available keybindings in popup"
|
||||
'((emacs "24.4"))
|
||||
:commit "df6b0cb8449812e7fb200bc852107fa7eb708496" :authors
|
||||
'(("Justin Burkett" . "justin@burkett.cc"))
|
||||
:maintainers
|
||||
'(("Justin Burkett" . "justin@burkett.cc"))
|
||||
:maintainer
|
||||
'("Justin Burkett" . "justin@burkett.cc")
|
||||
:url "https://github.com/justbur/emacs-which-key")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
2751
org/elpa/which-key-20230712.2151/which-key.el
Normal file
2751
org/elpa/which-key-20230712.2151/which-key.el
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue