(bugfix): Use correct padding for modeline lighter (#163)

This commit is contained in:
Jürgen Hötzel
2020-02-22 14:40:29 +01:00
committed by GitHub
parent cba79b941a
commit c2c25f7d83

View File

@ -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. 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." 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 :keymap org-roam-mode-map
:group 'org-roam :group 'org-roam
:require 'org-roam :require 'org-roam