branch: master commit d8673f85baae047c27e268497f4ba65a06b2869f Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ivy.el (ffap): Move require --- ivy.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el index 6a900fb..4cde295 100644 --- a/ivy.el +++ b/ivy.el @@ -37,6 +37,7 @@ ;;; Code: (require 'cl-lib) +(require 'ffap) ;;* Customization (defgroup ivy nil @@ -693,7 +694,6 @@ Call the permanent action if possible." (defun ivy--cd-maybe () "Check if the current input points to a different directory. If so, move to that directory, while keeping only the file name." - (require 'ffap) (when ivy--directory (let ((input (ivy--input)) url)