Skip to content

Commit

Permalink
Auto enable on require. fix version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Jan 22, 2012
1 parent 9ed948c commit 4de83a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ido-better-flex.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright 2012 Victor Hugo Borja.
;; Author: Victor Hugo Borja <vic.borja@gmail.com>
;; URL: http://github.com/vic/ido-better-flex
;; Version: 0.2
;; Version: 0.0.2
;; Keywords: ido, flex, fuzzy, match, algorithm

;; Commentary:
Expand Down Expand Up @@ -156,6 +156,8 @@
"An advice using `ido-better-flex' for IDO matching."
(setq ad-return-value (ido-better-flex/match (ad-get-arg 0))))

;;;###autoload
(progn (ido-better-flex/enable))

(provide 'ido-better-flex)

Expand Down

0 comments on commit 4de83a8

Please sign in to comment.