[ido-mini] quash keymap warning

This commit is contained in:
contrapunctus 2021-07-31 05:57:22 +05:30
parent 37d6149fb8
commit f028e9cc60
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
(use-package ido-mini
:demand
:load-path "~/.emacs.d/contrapunctus/ido-mini/"
:bind (("C-x C-l" . ido-mini)
:map boon-command-map
("H" . ido-mini))
:bind ("C-x C-l" . ido-mini)
:config
(ivy-mode))
#+END_SRC