summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-03-07 22:56:20 +0100
committerGravatar GitHub2021-03-07 22:56:20 +0100
commit8e3f03fa304582bf2fc81065fa8e4d1c4dfd732f (patch)
tree81ea1df9d91a8338183dbec33d106420006e4840
parentd619735185e1efb234fadf1688651dfa36b347af (diff)
parentbee436e53e0e7886417ff32c3fbabee3b4c5918b (diff)
downloadnroam-8e3f03fa304582bf2fc81065fa8e4d1c4dfd732f.tar.gz
nroam-8e3f03fa304582bf2fc81065fa8e4d1c4dfd732f.zip
Merge pull request #8 from Whil-/master
nroam.el: Fix nroam mode-line lighter
-rw-r--r--nroam.el2
1 files changed, 1 insertions, 1 deletions
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