Skip to content

Instantly share code, notes, and snippets.

@daveray
Last active December 25, 2015 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daveray/7036318 to your computer and use it in GitHub Desktop.
Save daveray/7036318 to your computer and use it in GitHub Desktop.
With paredit.vim, put cursor on `output-queue-map` and hit "dab". Very strange things happen and undo doesn't even undo them. please read files in order: before.clj, after.clj, after-undo.clj.
(defn foo
[context] (wrap-router
(wrap-router (comp output-queue-map
(routing-table %)
:type)))
(defn foo
[context] (wrap-router
(defn foo
[context]
(wrap-router (comp output-queue-map
(routing-table %)
:type)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment