D.K.

Results 27 issues of D.K.

If a prefix keymap contains only commands (including nested ones) with the same prefix (say, "projectile-"), optionally show it (possibly with a custom suffix) instead of "+prefix"

I use settings from https://github.com/justbur/emacs-which-key/issues/292 When I try to call `M-x which-key-show-top-level` I get an error `- which-key can’t show keys: There is not enough space based on your settings...

I would like to emulate something similar to ivy-rich by setting `which-key-show-docstrings` t` `which-key-max-display-columns 1` and `which-key-max-description-length nil` it looks ok except the docstring is separated from the command name...

Nice idea, but I think it'd be better to use sudo-edit as a backend engine, because it has more checks and covers many more cases of filenames.

There's an [all the icons](https://github.com/domtronn/all-the-icons.el) library which provides a more or less standard (It is used by at least 4 packages on MELPA) way to show icons in emacs. It...

Sometimes when I mix up a "jumping" shortcut with the search one, or I want to jump to a word which isn't on the screen anymore, I get "zero candidates"...

https://www.gnu.org/software/emacs/manual/html_node/emacs/Lax-Search.html#Lax-Search I think it's possible to reuse `char-fold-to-regexp` for regexp generation, of course, it should be customizable with something like `avy-char-fold-search`

maybe it's possible to use a customizable `counsel--M-x-externs-function` instead of hardcoding? this way we can not only remove (optional, but anyway) dependencies on amx/smex, but allow a user to define...

enhancement

`define-key` allows adding descriptions to commands, like ``` (define-key map map '("Foo Bar Something" . foo-bar)) ``` is it possible to add the possibility to use such syntax in use-package?...

enhancement

This change makes network.standard-url.escape-utf8 work as described in http://kb.mozillazine.org/Network.standard-url.escape-utf8 ![after](https://cloud.githubusercontent.com/assets/251267/23612985/f17c876a-0296-11e7-93a6-df63635a8c9f.png)