浏览代码

Enable ido also in load-library and locate-library

Ryan C. Thompson 12 年之前
父节点
当前提交
de273133a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -267,7 +267,7 @@ specific commands or functions, set appropriate overrides in
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/4
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/4
     (enable exact "webjump")
     (enable exact "webjump")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/28
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/28
-    (enable exact "find-library"))
+    (enable regexp "\\`\\(find\\|load\\|locate\\)-library\\'"))
   "Default value of `ido-ubiquitous-command-overrides'.
   "Default value of `ido-ubiquitous-command-overrides'.
 
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")