diff options
author | fpi | 2020-06-03 19:21:42 +0200 |
---|---|---|
committer | fpi | 2020-06-08 20:09:09 +0200 |
commit | 006863bebd5b0b951ec804a308450bcd17db47ab (patch) | |
tree | 608db01b6d40e2ab9fb01e00423a240c02491862 | |
parent | Set better colors for scheduled entries in the agenda (diff) |
Disable ido-completing-read
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 64cc3d7..37ae657 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1022,7 +1022,7 @@ are for now mostly copied from [[https://gitlab.com/protesilaos/dotemacs/][Prote (setq-local max-mini-window-height 1)))) #+END_SRC -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp :tangle no (use-package ido-completing-read+ :ensure t :after ido |