From b1f83e3e7598d199c4691d56c768125c8cd2d157 Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Thu, 6 Jul 2023 08:35:32 +0200 Subject: [PATCH] Fix provides being after the last line in file comment --- corfu-candidate-overlay.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-candidate-overlay.el b/corfu-candidate-overlay.el index 242ccd5..70f6fb9 100644 --- a/corfu-candidate-overlay.el +++ b/corfu-candidate-overlay.el @@ -372,5 +372,5 @@ the end of word." (remove-hook 'pre-command-hook #'corfu-candidate-overlay--pre-command) (message "Disabled `corfu-candidate-overlay-mode'.")))) -;;; corfu-candidate-overlay.el ends here (provide 'corfu-candidate-overlay) +;;; corfu-candidate-overlay.el ends here