~protesilaos/lin

Nicolas De Jaeghere: 1
 Autoload lin-mode

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~protesilaos/lin/patches/31076/mbox | git am -3
Learn more about email & git

[PATCH] Autoload lin-mode Export this patch

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.
---
 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