]> code.delx.au - gnu-emacs-elpa/commitdiff
targets/avy-init.el: Update
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 May 2015 12:38:46 +0000 (14:38 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 May 2015 12:38:46 +0000 (14:38 +0200)
targets/avy-init.el

index 37cf18e868a72d9042f29c75449afe150086a810..6751b748b26ceac65d8c126bf48058634214d5f2 100644 (file)
@@ -20,7 +20,7 @@
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 (add-to-list 'load-path default-directory)
-(mapc #'byte-compile-file '("avy.el" "avy-jump.el"))
-(require 'avy-jump)
+(mapc #'byte-compile-file '("avy.el"))
+(require 'avy)
 (global-set-key (kbd "C-c j") 'avy-goto-char)
 (global-set-key (kbd "C-'") 'avy-goto-char-2)