diff --git a/modules/editor/siren-ido.el b/modules/editor/siren-ido.el index b733582..2583068 100644 --- a/modules/editor/siren-ido.el +++ b/modules/editor/siren-ido.el @@ -25,6 +25,9 @@ (ido-mode 1)) (use-package ido-completing-read+ + :custom + (ido-cr+-auto-update-blacklist t) + :config (ido-ubiquitous-mode 1))