aboutsummaryrefslogtreecommitdiffstats
path: root/which-key.el (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-01Remove unnecessary (delq nil...).Jeremy Bryant1-6/+5
2024-05-01Remove old backport version of universal-argument--descriptionJeremy Bryant1-20/+1
2024-04-23Revert "* which-key.el (which-key--partition-list): Replace cl-subseq by take"Justin Burkett1-1/+1
2024-04-13Add more debugging informationJustin Burkett1-0/+4
2024-04-13Add more debugging info to which-key--create-pagesJustin Burkett1-4/+29
2024-04-10Add explicit binding to nil in letJeremy Bryant1-2/+2
2024-04-09; Simplify internal defunJeremy Bryant1-3/+2
2024-04-09Use null for clarityJeremy Bryant1-1/+1
2024-04-09; Use `memq' to be just as explicit as necessaryJeremy Bryant1-1/+1
2024-04-09* which-key.el (which-key--show-evil-operator-keymap): let not let*Jeremy Bryant1-1/+1
2024-04-09* which-key.el (which-key--create-pages-1): Use cl-decf for clarityJeremy Bryant1-1/+1
2024-04-09* which-key.el (which-key--partition-list): Replace cl-subseq by takeJeremy Bryant1-1/+1
2024-04-09Change cl-case to cl-ecaseJeremy Bryant1-1/+1
2024-04-09* which-key.el (which-key--popup-max-dimensions): Fix docstring typoJeremy Bryant1-1/+1
2024-04-09Replace wholenump by natnump for context readabilityJeremy Bryant1-2/+2
2024-04-09; which-key.el: Display mode in error messageJeremy Bryant1-1/+1
2024-04-09Simplify code to use nullJeremy Bryant1-1/+1
2024-04-09; Change defcustom types to natnumJeremy Bryant1-2/+2
2024-03-27Fix labeling of functions in which-key popupStefan Monnier1-17/+19
2024-03-12* which-key.el (which-key--create-pages): Untabify.Jeremy Bryant1-2/+2
2024-03-12* which-key.el (which-key--pad-column): Untabify.Jeremy Bryant1-5/+5
2024-03-12; * which-key.el (which-key--get-keymap-bindings-1): Use eql.Jeremy Bryant1-1/+1
2024-03-12; * which-key.el (which-key--truncate-description): Untabify.Jeremy Bryant1-11/+11
2024-03-12Use string-empty-p for readability.Jeremy Bryant1-1/+1
2024-03-12Don't quote tJeremy Bryant1-1/+1
2024-03-12Use declare form instead of put for clarityJeremy Bryant1-1/+1
2024-03-08Remove reference to long gone which-key-manual-updateJonas Bernoulli1-1/+0
2024-03-07Remove unnecessary eval-when-compileJeremy Bryant1-3/+2
2024-03-07Replace internet link by Info nodeJeremy Bryant1-1/+1
2024-03-07; Replace tabs by spacesJeremy Bryant1-8/+8
2024-03-07Sharp quote which-key-sort-order default.Justin Burkett1-1/+1
2024-03-04Remove unnecessary :group attributesJeremy Bryant1-45/+0
2024-03-02Replace member by memq for clarityJeremy Bryant1-1/+1
2024-03-02Use declare form instead of put, for clarityJeremy Bryant1-2/+1
2024-03-02; Use string-join to simplify and make meaning explicitJeremy Bryant1-1/+1
2024-02-28Remove github reference in preparation for integration to Emacs coreJeremy Bryant1-1/+0
2024-02-28Specify more precise customization type, natnum instead of integerJeremy Bryant1-1/+1
2024-02-27; Add sharp-quotes to function namesJeremy Bryant1-9/+10
2024-02-25Remove unnecessary eval-when-compile from definitionJeremy Bryant1-4/+3
2024-02-20Disentangle third party libraries (but keep support for now)Justin Burkett1-26/+70
2024-02-20Remove "Internal" from docstrings of defvarsJustin Burkett1-11/+9
2024-02-20Bump year to 2024Jeremy Bryant1-1/+1
2024-02-20Simplify test for empty listJeremy Bryant1-1/+1
2024-02-20Mention affected settings of which-key-dont-use-unicodeJeremy Bryant1-1/+3
2024-02-20Add a :version tag to all defcustom's and defface'sJeremy Bryant1-59/+118
2024-02-08Format first sentences of docstrings.Justin Burkett1-143/+136
2024-02-08* which-key.el: Add two spaces in docstrings and punctationJeremy Bryant1-22/+22
2023-09-05Fix popup with no spaceJustin Burkett1-1/+3
2023-07-12Add which-key-C-h-map-prompt to make it customizableJustin Burkett1-16/+20
2023-03-30Catch errors in kbdJustin Burkett1-9/+21