Browse Source

Add "man" to permanent function exceptions

Ryan C. Thompson 13 years ago
parent
commit
f1cbe4006a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ido-ubiquitous.el

+ 2 - 1
ido-ubiquitous.el

@@ -157,7 +157,8 @@ ido-ubiquitous in non-interactive functions, customize
 (defvar ido-ubiquitous-permanent-function-exceptions
 (defvar ido-ubiquitous-permanent-function-exceptions
   '(read-file-name
   '(read-file-name
     gnus-emacs-completing-read
     gnus-emacs-completing-read
-    gnus-iswitchb-completing-read)
+    gnus-iswitchb-completing-read
+    man)
   "Functions in which ido-ubiquitous should always be disabled.
   "Functions in which ido-ubiquitous should always be disabled.
 
 
 If you want to disable ido in a specific function or command, do
 If you want to disable ido in a specific function or command, do