diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-28 17:55:25 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-28 17:55:25 +0200 |
commit | 64d977f04f396d00069c57e30f4bd9d82bec8cdc (patch) | |
tree | 0c963bf42258ec4d1723be1a100579927270bfc7 /org-roam-ui.el | |
parent | 4516222d2e4b036b59b3e7aba7a7c89308d679d4 (diff) |
fix: inconsistent casing
Diffstat (limited to 'org-roam-ui.el')
-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 1865bd3..2b125b6 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -532,9 +532,9 @@ Optionally with ID (string), SPEED (number, ms) and PADDING (number, px)." (if org-roam-ui-follow-mode (progn (add-hook 'post-command-hook #'org-roam-ui--update-current-node) - (message "Org-Roam-UI will now follow you around.")) + (message "org-roam-ui will now follow you around.")) (remove-hook 'post-command-hook #'org-roam-ui--update-current-node) - (message "Org-Roam-UI will now leave you alone."))) + (message "org-roam-ui will now leave you alone."))) (provide 'org-roam-ui) ;;; org-roam-ui.el ends here |