branch: externals/termint
commit 0e5ae2c685bf8b45f89fd91dc235ddaf5d4ffbd5
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    feat!: don't autoload `termint-define`.
    
    Since `termint-define` is a macro, autoloading it causes every piece
    of Lisp code that calls it to expand immediately, disabling lazy
    loading. To preserve the effectiveness of `use-package` in managing
    deferred loading, this macro will no longer be autoloaded.
---
 termint.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/termint.el b/termint.el
index 0d31059559..4047946a03 100644
--- a/termint.el
+++ b/termint.el
@@ -349,7 +349,6 @@ REPL-NAME."
 
 
 
-;;;###autoload
 (defmacro termint-define (repl-name repl-cmd &rest args)
   "Define a REPL schema.
 

Reply via email to