浏览代码

Use new-style default for imenu

Fixes #58 and https://github.com/mooz/js2-mode/issues/181
Ryan C. Thompson 10 年之前
父节点
当前提交
da0f287265
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      ido-ubiquitous.el

+ 4 - 1
ido-ubiquitous.el

@@ -334,7 +334,10 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/39
     (disable exact "Info-read-node-name")
     ;; https://github.com/purcell/emacs.d/issues/182#issuecomment-44212927
-    (disable exact "tmm-menubar"))
+    (disable exact "tmm-menubar")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/58
+    ;; https://github.com/mooz/js2-mode/issues/181
+    (enable exact "imenu--completion-buffer"))
   "Default value of `ido-ubiquitous-function-overrides'.
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")