Browse Source

Enable old-style default in "auto-insert"

Fixes #74.
Ryan C. Thompson 10 years ago
parent
commit
acecaf9fb4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ido-ubiquitous.el

+ 3 - 1
ido-ubiquitous.el

@@ -351,7 +351,9 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     (disable exact "tmm-menubar")
     (disable exact "tmm-menubar")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/58
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/58
     ;; https://github.com/mooz/js2-mode/issues/181
     ;; https://github.com/mooz/js2-mode/issues/181
-    (enable exact "imenu--completion-buffer"))
+    (enable exact "imenu--completion-buffer")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/74
+    (enable-old exact "auto-insert"))
   "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'.")