From c2c25f7d83d10c0ea257130fcfb84774999849a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20H=C3=B6tzel?= Date: Sat, 22 Feb 2020 14:40:29 +0100 Subject: [PATCH] (bugfix): Use correct padding for modeline lighter (#163) --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index afebc1c..cbbf0bf 100644 --- a/org-roam.el +++ b/org-roam.el @@ -679,7 +679,7 @@ if ARG is posiwive, otherwise disable it. When called from Lisp, enable `org-roam-mode' if ARG is omitted, nil, or positive. If ARG is `toggle', toggle `org-roam-mode'. Otherwise, behave as if called interactively." - :lighter "Org-Roam " + :lighter " Org-Roam" :keymap org-roam-mode-map :group 'org-roam :require 'org-roam