Przeglądaj źródła

Update override for "where-is" command

Ryan C. Thompson 8 lat temu
rodzic
commit
6e2bad6570
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -324,7 +324,7 @@ using overrides and disable it for everything else."
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/79
     (enable-old prefix "bbdb-")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/83
-    (enable-old exact "where-is")
+    (enable exact "where-is")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/60
     (disable exact "todo-add-category")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/51