aboutsummaryrefslogtreecommitdiff
path: root/evil-digraphs.el
AgeCommit message (Collapse)Author
2011-06-08Make the digraphs table an association listVegard Øye
This allows for a more straightforward implementation, using the built-in functions `assoc' and `rassoc' for lookup.
2011-05-30Tidy up requirementsVegard Øye
Remove extraneous `require' forms and make evil.el a proper topological sort of the dependency graph.
2011-05-24Add overlay prompt to `evil-insert-digraph'Vegard Øye
Also, remove cl.el dependencies from evil-digraphs.el.
2011-05-19Add `evil-insert-digraph' command to Insert stateNikolai Weibull
The file evil-digraphs.el provides digraph support according to RFC 1345.