mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(bugfix): Use correct padding for modeline lighter (#163)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user