branch: externals/lin commit d3adbf63cc0b95b9008bd1d3643e4f643cbba5a6 Author: Nicolas De Jaeghere <nico...@dejaeghe.re> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Autoload lin-mode 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 9ec7d06cb6..b9918ae851 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