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

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

[nongnu] elpa/highlight-parentheses 7b4ba71 19/49: Add autoload marker f


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses 7b4ba71 19/49: Add autoload marker for global mode.
Date: Sun, 15 Aug 2021 03:57:45 -0400 (EDT)

branch: elpa/highlight-parentheses
commit 7b4ba71c290d888583b7a00aaeee2404fce727a6
Author: Nikolaj Schumacher <git@nschum.de>
Commit: Nikolaj Schumacher <git@nschum.de>

    Add autoload marker for global mode.
---
 highlight-parentheses.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index 3a0e85c..0597721 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -128,6 +128,7 @@ This is used to prevent analyzing the same context over and 
over.")
     (hl-paren-create-overlays)
     (add-hook 'post-command-hook 'hl-paren-highlight nil t)))
 
+;;;###autoload
 (define-globalized-minor-mode global-highlight-parentheses-mode
   highlight-parentheses-mode
   (lambda () (highlight-parentheses-mode 1)))



reply via email to

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