From c82d4398396b7a12eea838911e0861d550309318 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 11 May 2015 10:36:40 +0200 Subject: [PATCH] Update requires --- ace-window.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ace-window.el b/ace-window.el index 5375ac3..b0a4344 100644 --- a/ace-window.el +++ b/ace-window.el @@ -6,7 +6,7 @@ ;; Maintainer: Oleh Krehel ;; URL: https://github.com/abo-abo/ace-window ;; Version: 0.8.1 -;; Package-Requires: ((avy "0.1.0")) +;; Package-Requires: ((avy "0.2.0")) ;; Keywords: window, location ;; This file is part of GNU Emacs. @@ -61,7 +61,6 @@ ;;; Code: (require 'avy) -(require 'avy-jump nil t) (require 'ring) ;;* Customization