branch: externals/lin
commit aff58aeec5150940bdf6c8d4b160dc12587ed742
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Use correct key for local minor-mode
---
 lin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lin.el b/lin.el
index cb0f330e36..9219895710 100644
--- a/lin.el
+++ b/lin.el
@@ -328,7 +328,7 @@ manually.  Consult its doc string."
 
 (define-minor-mode lin-mode
   "Enable `hl-line-mode' and remap its face to `lin-face'."
-  :local t
+  :global nil
   :init-value nil
   (if lin-mode
       (progn

Reply via email to