|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
;; Author: Ryan C. Thompson
|
|
|
;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
|
|
|
-;; Version: 2.7
|
|
|
+;; Version: 2.8
|
|
|
;; Created: 2011-09-01
|
|
|
;; Keywords: convenience
|
|
|
;; EmacsWiki: InteractivelyDoThings
|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
|
-(defconst ido-ubiquitous-version "2.7"
|
|
|
+(defconst ido-ubiquitous-version "2.8"
|
|
|
"Currently running version of ido-ubiquitous.
|
|
|
|
|
|
Note that when you update ido-ubiquitous, this variable may not
|
|
@@ -300,7 +300,9 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
|
|
|
(disable exact "org-completing-read")
|
|
|
(disable exact "org-completing-read-no-i")
|
|
|
(disable exact "org-iswitchb-completing-read")
|
|
|
- (disable exact "org-icompleting-read"))
|
|
|
+ (disable exact "org-icompleting-read")
|
|
|
+ ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/38
|
|
|
+ (enable exact "read-char-by-name"))
|
|
|
"Default value of `ido-ubiquitous-function-overrides'.
|
|
|
|
|
|
You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")
|