aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'github-which-key/master'Philip Kaludercic2024-06-152-0/+3077
| |\ \
| | * | Remove unnecessary (delq nil...).Jeremy Bryant2024-05-011-6/+5
| | * | Remove old backport version of universal-argument--descriptionJeremy Bryant2024-05-011-20/+1
| | * | Revert "* which-key.el (which-key--partition-list): Replace cl-subseq by take"Justin Burkett2024-04-231-1/+1
| | * | Add more debugging informationJustin Burkett2024-04-131-0/+4
| | * | Add more debugging info to which-key--create-pagesJustin Burkett2024-04-131-4/+29
| | * | Add explicit binding to nil in letJeremy Bryant2024-04-101-2/+2
| | * | ; Simplify internal defunJeremy Bryant2024-04-091-3/+2
| | * | Use null for clarityJeremy Bryant2024-04-091-1/+1
| | * | ; Use `memq' to be just as explicit as necessaryJeremy Bryant2024-04-091-1/+1
| | * | * which-key.el (which-key--show-evil-operator-keymap): let not let*Jeremy Bryant2024-04-091-1/+1
| | * | * which-key.el (which-key--create-pages-1): Use cl-decf for clarityJeremy Bryant2024-04-091-1/+1
| | * | * which-key.el (which-key--partition-list): Replace cl-subseq by takeJeremy Bryant2024-04-091-1/+1
| | * | Change cl-case to cl-ecaseJeremy Bryant2024-04-091-1/+1
| | * | * which-key.el (which-key--popup-max-dimensions): Fix docstring typoJeremy Bryant2024-04-091-1/+1
| | * | Replace wholenump by natnump for context readabilityJeremy Bryant2024-04-091-2/+2
| | * | ; which-key.el: Display mode in error messageJeremy Bryant2024-04-091-1/+1
| | * | Simplify code to use nullJeremy Bryant2024-04-091-1/+1
| | * | ; Change defcustom types to natnumJeremy Bryant2024-04-091-2/+2
| | * | Fix labeling of functions in which-key popupStefan Monnier2024-03-271-17/+19
| | * | Merge remote-tracking branch 'origin/master'Justin Burkett2024-03-121-1/+0
| | |\ \
| | | * \ Merge pull request #367 from tarsiiformes/long-goneJustin Burkett2024-03-071-1/+0
| | | |\ \
| | | | * | Remove reference to long gone which-key-manual-updateJonas Bernoulli2024-03-081-1/+0
| | | |/ /
| | * | | * which-key.el (which-key--create-pages): Untabify.Jeremy Bryant2024-03-121-2/+2
| | * | | * which-key.el (which-key--pad-column): Untabify.Jeremy Bryant2024-03-121-5/+5
| | * | | ; * which-key.el (which-key--get-keymap-bindings-1): Use eql.Jeremy Bryant2024-03-121-1/+1
| | * | | ; * which-key.el (which-key--truncate-description): Untabify.Jeremy Bryant2024-03-121-11/+11
| | * | | Use string-empty-p for readability.Jeremy Bryant2024-03-121-1/+1
| | * | | Don't quote tJeremy Bryant2024-03-121-1/+1
| | * | | Use declare form instead of put for clarityJeremy Bryant2024-03-121-1/+1
| | |/ /
| | * | Remove unnecessary eval-when-compileJeremy Bryant2024-03-071-3/+2
| | * | Replace internet link by Info nodeJeremy Bryant2024-03-071-1/+1
| | * | ; Replace tabs by spacesJeremy Bryant2024-03-071-8/+8
| | * | Sharp quote which-key-sort-order default.Justin Burkett2024-03-071-1/+1
| | * | Remove unnecessary :group attributesJeremy Bryant2024-03-041-45/+0
| | * | Replace member by memq for clarityJeremy Bryant2024-03-021-1/+1
| | * | Use declare form instead of put, for clarityJeremy Bryant2024-03-021-2/+1
| | * | ; Use string-join to simplify and make meaning explicitJeremy Bryant2024-03-021-1/+1
| | * | Remove github reference in preparation for integration to Emacs coreJeremy Bryant2024-02-281-1/+0
| | * | Specify more precise customization type, natnum instead of integerJeremy Bryant2024-02-281-1/+1
| | * | ; Add sharp-quotes to function namesJeremy Bryant2024-02-271-9/+10
| | * | Remove unnecessary eval-when-compile from definitionJeremy Bryant2024-02-251-4/+3
| | * | Disentangle third party libraries (but keep support for now)Justin Burkett2024-02-201-26/+70
| | * | Remove "Internal" from docstrings of defvarsJustin Burkett2024-02-201-11/+9
| | * | Bump year to 2024Jeremy Bryant2024-02-201-1/+1
| | * | Simplify test for empty listJeremy Bryant2024-02-201-1/+1
| | * | Mention affected settings of which-key-dont-use-unicodeJeremy Bryant2024-02-201-1/+3
| | * | Add a :version tag to all defcustom's and defface'sJeremy Bryant2024-02-201-59/+118
| | * | Format first sentences of docstrings.Justin Burkett2024-02-081-143/+136
| | * | * which-key.el: Add two spaces in docstrings and punctationJeremy Bryant2024-02-081-22/+22