浏览代码

Disable in Info-read-node-name

Fixes #39.
Ryan C. Thompson 11 年之前
父节点
当前提交
776765399c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      ido-ubiquitous.el

+ 3 - 1
ido-ubiquitous.el

@@ -302,7 +302,9 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     (disable exact "org-iswitchb-completing-read")
     (disable exact "org-iswitchb-completing-read")
     (disable exact "org-icompleting-read")
     (disable exact "org-icompleting-read")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/38
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/38
-    (enable exact "read-char-by-name"))
+    (enable exact "read-char-by-name")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/39
+    (disable exact "Info-read-node-name"))
   "Default value of `ido-ubiquitous-function-overrides'.
   "Default value of `ido-ubiquitous-function-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'.")