justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.73k stars 87 forks source link

add which-key-elipsis #329

Closed hans-d closed 2 years ago

hans-d commented 2 years ago

Elipsis to use when truncating. Default is \"…\", unless`which-key-dont-use-unicode' is non nil, in which case the default is \"..\".

(C) assignment process has been completed, this PR will be submitted as update.

justbur commented 2 years ago

Thanks

justbur commented 2 years ago

Thanks, fixed.

On Sun, Jan 2, 2022 at 9:17 AM Nicolas Semrau @.***> wrote:

@.**** commented on this pull request.

In which-key.el https://github.com/justbur/emacs-which-key/pull/329#discussion_r777216091 :

@@ -128,6 +128,15 @@ the default is \" : \"." :group 'which-key :type 'string)

+(defcustom which-key-elipsis

"elipsis" is a typo of "ellipsis". Here in the symbol and in the docstring.

— Reply to this email directly, view it on GitHub https://github.com/justbur/emacs-which-key/pull/329#pullrequestreview-842417621, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ3E7TNOOXPGF6LXBUCA4DUUBM6XANCNFSM5KW7B22A . You are receiving this because you modified the open/close state.Message ID: @.***>