Move ido-mini to Navigation

This commit is contained in:
contrapunctus 2022-01-16 15:27:22 +05:30
parent 38077b5313
commit df7ee7d684
1 changed files with 13 additions and 13 deletions

View File

@ -55,19 +55,6 @@ At first I decided to remap all Emacs, Boon, and Hydra bindings, but it turned o
:commands (general-auto-unbind-keys general-def general-define-key))
#+END_SRC
* ido-mini :disabled:buffer:file:
:PROPERTIES:
:CUSTOM_ID: ido-mini
:END:
This needs to be before =boon=/=exwm=, or you get a "failed to define function ido-mini" error when you press the keybinding.
#+BEGIN_SRC emacs-lisp
(use-package ido-mini
:disabled t
:demand
:load-path "~/.emacs.d/contrapunctus/ido-mini/"
:bind ("C-x C-l" . ido-mini))
#+END_SRC
* exwm :disabled:
:PROPERTIES:
:literate-load: no
@ -3583,6 +3570,19 @@ But with =initials=, the desired completion is often buried in the results. That
(setq avy-case-fold-search nil))
#+END_SRC
** ido-mini :disabled:buffer:file:
:PROPERTIES:
:CUSTOM_ID: ido-mini
:END:
This needs to be before =boon=/=exwm=, or you get a "failed to define function ido-mini" error when you press the keybinding.
#+BEGIN_SRC emacs-lisp
(use-package ido-mini
:disabled t
:demand
:load-path "~/.emacs.d/contrapunctus/ido-mini/"
:bind ("C-x C-l" . ido-mini))
#+END_SRC
** outline-minor-mode
#+BEGIN_SRC emacs-lisp
(use-package outline