浏览代码

Enable in describe-function & describe-variable

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

+ 2 - 0
ido-ubiquitous.el

@@ -333,6 +333,8 @@ using overrides and disable it for everything else."
     (enable exact "find-tag")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/89
     (enable prefix "etags-select-")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/110
+    (enable regexp "\\`describe-\\(function\\|variable\\)\\'")
     ) ; Close paren on separate line for better VC diffs
   "Default value of `ido-ubiquitous-command-overrides'.