summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cd.yml1
-rw-r--r--README.md7
-rw-r--r--pages/index.tsx1
3 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index aa7a220..a421f56 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -57,6 +57,7 @@ jobs:
with:
token: ${{secrets.PAT}}
file: 'README.md'
+ minimum: 500
- name: '[commit changes]'
run: |
diff --git a/README.md b/README.md
index 0af9744..5d12b2a 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- [Changelog](#changelog)
- [Installation](#installation)
- - [Manually](#manually)
+ - [Using package.el](#package.el)
- [Doom](#doom)
- [straight/use-package](#straightuse-package)
- [Usage](#usage)
@@ -36,7 +36,7 @@ For major new features/bugfixes we will update [changelog](https://github.com/or
org-roam-ui requires `org-roam`, `websocket`, `simple-httpd`, `f` and Emacs >= 27 for fast JSON parsing.
-### Using package.el
+### package.el
```
M-x package-install org-roam-ui
@@ -369,9 +369,6 @@ If you are interested in being more closely involved with the project, go [here]
We would ❤️ to have you on board!
-### Hacktoberfest
-
-Org-roam-ui is also participating in Hacktoberfest 2021! [Enter Hacktoberfest](https://hacktoberfest.digitalocean.com/), check out the [issues labeled Hacktoberfest](https://github.com/org-roam/org-roam-ui/issues) and get a free (as in beer) t-shirt! (as well as the moral satisfaction of contributing to free software, but hey, t-shirt)
## Donate
diff --git a/pages/index.tsx b/pages/index.tsx
index 44bb3c7..5900b9b 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -432,6 +432,7 @@ export function GraphPage() {
return updateGraphData(message.data)
case 'variables':
variablesRef.current = message.data
+ console.log(message.data)
return
case 'theme':
return setEmacsTheme(['custom', message.data])