branch: elpa/flymake-collection commit 7f951ec9ea729f30c18a926c41b28c9152a65202 Author: Mohsin Kaleem <mohk...@kisara.moe> Commit: Mohsin Kaleem <mohk...@kisara.moe>
(flymake-rest-hook-use-package): Don't require flymake-rest-hook --- flymake-rest-hook-use-package.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flymake-rest-hook-use-package.el b/flymake-rest-hook-use-package.el index e05f843cce..efdf587f74 100644 --- a/flymake-rest-hook-use-package.el +++ b/flymake-rest-hook-use-package.el @@ -1,10 +1,9 @@ ;;; flymake-rest-use-package.el --- use-package extensions for flymake-rest -*- lexical-binding: t -*- -(require 'flymake-rest) -(require 'flymake-rest-hook) - (require 'use-package-core) +(defvar flymake-rest-config) ;; In [[file:flymake-rest-hook.el][flymake-rest-hook.el]]. + ;; Add to use-package-keywords, just after :custom. (unless (member :flymake-hook use-package-keywords) (let ((tail (nthcdr (cl-position :custom use-package-keywords)