branch: elpa/beancount commit 9f82d86d36808c2f67993e74cb72aac1d8e77451 Author: Martin Blais <bl...@furius.ca> Commit: Martin Blais <bl...@furius.ca>
Fixed #209: Don't require 'ido. User will have to make sure that beancount-use-ido is false. --- beancount.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beancount.el b/beancount.el index 0fed953630..d56119b5d2 100644 --- a/beancount.el +++ b/beancount.el @@ -28,8 +28,7 @@ ;;; Code: -;; FIXME: AFAIK, both of those `require's aren't needed. -(require 'ido) ;; For completing read. +(autoload 'ido-completing-read "ido") (require 'font-lock) (defgroup beancount ()