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

    Add minor-mode lighter
---
 lin.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lin.el b/lin.el
index 9219895710..b8424e5e97 100644
--- a/lin.el
+++ b/lin.el
@@ -330,6 +330,7 @@ manually.  Consult its doc string."
   "Enable `hl-line-mode' and remap its face to `lin-face'."
   :global nil
   :init-value nil
+  :lighter " -L-"
   (if lin-mode
       (progn
         (setq lin--cookie

Reply via email to