Skip to content

Commit

Permalink
; Replace tabs by spaces
Browse files Browse the repository at this point in the history
* which-key.el (which-key--paging-functions):  Replace tabs by spaces.
  • Loading branch information
jeremy-bryant authored and justbur committed Mar 7, 2024
1 parent 0947af1 commit b5b4310
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions which-key.el
Expand Up @@ -487,14 +487,14 @@ This string is fed into `substitute-command-keys'")

(defvar which-key--paging-functions
(list #'which-key-C-h-dispatch
#'which-key-manual-update
#'which-key-turn-page
#'which-key-show-next-page-cycle
#'which-key-show-next-page-no-cycle
#'which-key-show-previous-page-cycle
#'which-key-show-previous-page-no-cycle
#'which-key-undo-key
#'which-key-undo))
#'which-key-manual-update
#'which-key-turn-page
#'which-key-show-next-page-cycle
#'which-key-show-next-page-no-cycle
#'which-key-show-previous-page-cycle
#'which-key-show-previous-page-no-cycle
#'which-key-undo-key
#'which-key-undo))

(defvar which-key-persistent-popup nil
"Whether or not to disable `which-key--hide-popup'.")
Expand Down

0 comments on commit b5b4310

Please sign in to comment.