graph.el icon indicating copy to clipboard operation
graph.el copied to clipboard

Graph Layout Library For Emacs Lisp

Results 2 graph.el issues
Sort by recently updated
recently updated
newest added

If one wants to byte-compile your code without loading it beforehand, the definition of `graph--letbinding-gen` must be wrapped by `eval-when-compile` since it is used in macro expansion for your code.

Hi there, I just discovered your library by accident, and with a bit of integration, I came up with this: * https://github.com/alphapapa/org-graph-view * https://www.reddit.com/r/orgmode/comments/eu1zl5/wip_orggraphview/ It's pretty basic, but it's already...