diff options
author | David Thole <[email protected]> | 2021-08-30 05:18:12 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-30 10:18:12 +0000 |
commit | 154071f4a77a7d551b5573384f58363066b0752e (patch) | |
tree | 1292e7d06c5c489acc6c8d3e32a30ddb01dc870d | |
parent | 7c1bc1c107c11b7be4a28372e3d0abe4e6a8c2de (diff) |
Update README.md (#79)
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -206,6 +206,10 @@ If the issue still persists, please file a bug report with and we'll try to help you ASAP! +## Q: Clicking 'Open in Emacs' gives an error around json-parse-string, how do I fix this? + +If you receive an error, in emacs, stating `function definition is void json-parse-string`, then you must compile emacs with json support. This is not automatically done on systems such as Gentoo. + ### Q: Graph Slow! Faster? While we try to optimize the display of the graph, there is only so much we can do. For largish networks (>2k nodes) dragging the graph around a lot can cause some performance issues, but there are a few things you can do to speed it up. |