瀏覽代碼

Add override for BBDB

Fixes #79.
Ryan C. Thompson 10 年之前
父節點
當前提交
7ad0114fd4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ido-ubiquitous.el

+ 3 - 0
ido-ubiquitous.el

@@ -318,6 +318,9 @@ using overrides and disable it for everything else."
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/47
     ;; theme functions don't need old-style compatibility
     (enable regexp "\\`\\(load\\|enable\\|disable\\|describe\\|custom-theme-visit\\)-theme\\'")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/79
+    ;; BBDB uses old-style default
+    (enable-old prefic "bbdb-")
     )
   "Default value of `ido-ubiquitous-command-overrides'.