ソースを参照

Add overrride for "find-tag"

Fixes #51.
Ryan C. Thompson 10 年 前
コミット
bbb2370f93
1 ファイル変更2 行追加0 行削除
  1. 2 0
      ido-ubiquitous.el

+ 2 - 0
ido-ubiquitous.el

@@ -326,6 +326,8 @@ using overrides and disable it for everything else."
     (enable prefix "xref-")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/60
     (disable exact "todo-add-category")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/51
+    (enable exact "find-tag")
     ) ; Close paren on separate line for better VC diffs
   "Default value of `ido-ubiquitous-command-overrides'.