emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/corfu-popup 2c789f87f3 04/26: Remove hardcoded file path


From: ELPA Syncer
Subject: [nongnu] elpa/corfu-popup 2c789f87f3 04/26: Remove hardcoded file path
Date: Sun, 22 May 2022 12:58:15 -0400 (EDT)

branch: elpa/corfu-popup
commit 2c789f87f3a5e21a4e8920589300b51fd4579129
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Remove hardcoded file path
---
 corfu-popup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-popup.el b/corfu-popup.el
index cb9a0f5bd4..70adcbd76e 100644
--- a/corfu-popup.el
+++ b/corfu-popup.el
@@ -39,7 +39,7 @@
 
 (require 'subr-x)
 (require 'corfu)
-(require 'popon "/home/akib/projects/emacs-popon/popon.el")
+(require 'popon)
 
 (declare-function corfu--auto-tick "corfu") ;; OK, byte-compiler?
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]