From 6c7807e5df9bc080592c798e197af55febcd47dc Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Thu, 29 Dec 2016 13:45:53 +0900 Subject: [PATCH] Remove eval-when-compile for using package functions --- helm-flx.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/helm-flx.el b/helm-flx.el index e02673e..960d02d 100644 --- a/helm-flx.el +++ b/helm-flx.el @@ -37,10 +37,8 @@ ;;; Code: -(eval-when-compile - (with-demoted-errors "Byte-compile: %s" - (require 'helm) - (require 'flx))) +(require 'helm) +(require 'flx) (defgroup helm-flx nil "Sort helm candidates by flx score"