From bee436e53e0e7886417ff32c3fbabee3b4c5918b Mon Sep 17 00:00:00 2001 From: Gustav Wikström Date: Sun, 7 Mar 2021 22:27:18 +0100 Subject: nroam.el: Fix nroam mode-line lighter * nroam.el (nroam-mode): Ligher needs an empty space as first character. --- nroam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nroam.el') diff --git a/nroam.el b/nroam.el index 83d3974..11e6149 100644 --- a/nroam.el +++ b/nroam.el @@ -95,7 +95,7 @@ Make the region inserted by BODY read-only, and marked with ;;;###autoload (define-minor-mode nroam-mode "Show nroam sections at the end of org-roam buffers." - :lighter "nroam" + :lighter " nroam" :keymap nroam-mode-map (if nroam-mode (progn -- cgit v1.2.3-54-g00ecf