diff options
-rw-r--r-- | org-roam-ui.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index efea3af..47a8413 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -141,7 +141,7 @@ Defaults to #'browse-url." org-roam-ui-mode "Enable org-roam-ui. This serves the web-build and API over HTTP." - :lighter "org-roam-ui " + :lighter " org-roam-ui" :global t :group 'org-roam-ui :init-value nil @@ -435,7 +435,7 @@ Optionally with ID (string), SPEED (number, ms) and PADDING (number, px)." ;;;###autoload (define-minor-mode org-roam-ui-follow-mode "Set whether ORUI should follow your every move in Emacs." - :lighter "org-roam-ui " + :lighter " org-roam-ui" :global t :group 'org-roam-ui :init-value nil |