diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-27 15:19:13 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-27 15:19:13 +0200 |
commit | c033d7ebba0c5ad553023426474e540348417765 (patch) | |
tree | 63f98bafc4040635d3eef813c65645ea322b0657 /README.md | |
parent | ded1faccffb83c42abfa695533d77296cf4af9fe (diff) |
typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -83,6 +83,8 @@ Then something along the following to your `config.el` ) ``` +We recommend only loading org-roam-ui after loading org(-roam) as starting the server and making database requests can impact startup times quite a lot. + ### Quelpa/use-package TODO @@ -128,8 +130,7 @@ You can also provide your own theme if you do not like syncing nor like the defa (cyan . '#8be9fd') (blue . '#ff79c6') (violet . '#8be9fd') - (magenta . '#bd93f9'))." -)) + (magenta . '#bd93f9'))) ``` At the moment, the main highlighting color is the `magenta` variable, so change that one if you want to change that. |