Просмотр исходного кода

Add override to enable in xref package

Ryan C. Thompson 10 лет назад
Родитель
Сommit
b953a8caff
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      ido-ubiquitous.el

+ 4 - 2
ido-ubiquitous.el

@@ -319,10 +319,12 @@ using overrides and disable it for everything else."
     ;; 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 prefix "bbdb-")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/83
     (enable-old exact "where-is")
-    )
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/85
+    (enable prefix "xref-")
+    ) ; Close paren on separate line for better VC diffs
   "Default value of `ido-ubiquitous-command-overrides'.
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")