summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-27 15:19:13 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-27 15:19:13 +0200
commitc033d7ebba0c5ad553023426474e540348417765 (patch)
tree63f98bafc4040635d3eef813c65645ea322b0657
parentded1faccffb83c42abfa695533d77296cf4af9fe (diff)
typos
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f16c346..092ccfc 100644
--- a/README.md
+++ b/README.md
@@ -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.