浏览代码

Add override to enable in etags-select

Fixes #89.
Ryan C. Thompson 9 年之前
父节点
当前提交
7927579db7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ido-ubiquitous.el

+ 2 - 0
ido-ubiquitous.el

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