Pondering on why the global mode is autoloaded but the local one not,
derailed into an investigation on the autoload cutoff marker. I can't be
discovered a fraud! Anyway, the local mode should also be autoloaded.
Usually local modes are not autoloaded, while the global ones are. At
any rate, this change makes sense, so I applied it.
Thank you!
---
lin.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lin.el b/lin.el
index 9ec7d06..b9918ae 100644
--- a/lin.el
+++ b/lin.el
@@ -294,6 +294,7 @@ updates the face. Users who prefer to use `setq' must run
(t
'hl-line)))
+;;;###autoload
(define-minor-mode lin-mode
"Enable `hl-line-mode' and remap its face to `lin-face'."
:global nil
--
2.35.1
--
Nicolas De Jaeghere