浏览代码

Disable in all tmm commands

The tmm package implements its own completion mechanics, which
ido-ubiquitous interferes with. Currently, disabling on "tmm-menubar" is
sufficient, but it is safer to just disable it for the entire package,
since there's no reason to try to make it work anyway.
Ryan C. Thompson 11 年之前
父节点
当前提交
802644e39d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ido-ubiquitous.el

+ 2 - 1
ido-ubiquitous.el

@@ -277,7 +277,8 @@ specific commands or functions, set appropriate overrides in
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/37
     ;; Org and Magit already support ido natively
     (disable prefix "org-")
-    (disable prefix "magit-"))
+    (disable prefix "magit-")
+    (disable prefix "tmm-"))
   "Default value of `ido-ubiquitous-command-overrides'.
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")