Delete ido
This commit is contained in:
parent
be3a163881
commit
ad9904ebf5
@ -3474,38 +3474,6 @@ An Emacs interface to MPD, the Music Player Daemon
|
||||
(general-def mpc-mode-map "a" #'mpc-playlist-add)
|
||||
#+END_SRC
|
||||
|
||||
* Ido
|
||||
Interactively do things! Some more info in [[https://masteringemacs.org/article/introduction-to-ido-mode][this blog post]].
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; (setq ido-enable-flex-matching t)
|
||||
;; (setq ido-everywhere t)
|
||||
;; (ido-mode 1)
|
||||
#+END_SRC
|
||||
|
||||
Enable it everywhere:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; (use-package completing-read
|
||||
;; :config
|
||||
;; (ido-ubiquitous-mode 1))
|
||||
;;
|
||||
;; (use-package crm-custom
|
||||
;; :config
|
||||
;; (crm-custom-mode 1))
|
||||
#+END_SRC
|
||||
|
||||
The horizontal completion is ugly. Make it vertical:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; (use-package ido-vertical-mode
|
||||
;; :config
|
||||
;; (ido-vertical-mode 1)
|
||||
;; (setq ido-vertical-define-keys 'C-n-and-C-p-only))
|
||||
#+END_SRC
|
||||
|
||||
The default auto-merge time is too short.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; (setq ido-auto-merge-delay-time 1.5)
|
||||
#+END_SRC
|
||||
|
||||
* Ivy
|
||||
An alternative minibuffer completion framework:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user