[elpa] externals/marginalia 207eb40: Revert "The Marginalia side of the fix for oantolin/embark#353"
branch: externals/marginalia commit 207eb405706f5415dd0daf490925648fd058cc42 Author: Daniel Mendler Commit: Daniel Mendler Revert "The Marginalia side of the fix for oantolin/embark#353" This reverts commit c6ca58bea819c3b5e4b3295ad693c5cd0ae5db31. --- marginalia.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/marginalia.el b/marginalia.el index d62e1eb..36267ca 100644 --- a/marginalia.el +++ b/marginalia.el @@ -140,8 +140,7 @@ determine it." :type '(repeat (choice symbol regexp))) (defcustom marginalia-command-categories - '((imenu . imenu) -(package-delete . versioned-package)) + '((imenu . imenu)) "Associate commands with a completion category." :type '(alist :key-type symbol :value-type symbol))
[elpa] externals/which-key 843d1c5 1/2: Add missing argument to function call
branch: externals/which-key commit 843d1c58bbebb3359732cb88f07e8908487f4d1c Author: Leo Okawa Ericson Commit: Leo Okawa Ericson Add missing argument to function call --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index bb007e8..470d173 100644 --- a/which-key.el +++ b/which-key.el @@ -1799,7 +1799,7 @@ non-nil, then bindings are collected recursively for all prefixes." (let* ((unformatted (cond ((keymapp keymap) (which-key--get-keymap-bindings - keymap prefix filter recursive)) + keymap nil prefix filter recursive)) (keymap (error "%s is not a keymap" keymap)) (t
[elpa] externals/which-key 4790a14 2/2: Merge pull request #323 from Zetagon/master
branch: externals/which-key commit 4790a14683a2f3e4f72ade197c78e4c0af1cdd4b Merge: 7a10ff6 843d1c5 Author: Justin Burkett Commit: GitHub Merge pull request #323 from Zetagon/master Add missing argument to function call --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index bb007e8..470d173 100644 --- a/which-key.el +++ b/which-key.el @@ -1799,7 +1799,7 @@ non-nil, then bindings are collected recursively for all prefixes." (let* ((unformatted (cond ((keymapp keymap) (which-key--get-keymap-bindings - keymap prefix filter recursive)) + keymap nil prefix filter recursive)) (keymap (error "%s is not a keymap" keymap)) (t