Fork me on GitHub
#emacs
<
2016-05-19
>
jan.zy09:05:06

sp-copy-sexp in smartparens does that as well

jan.zy09:05:31

it’s usually bound to C-M-w

zane16:05:09

^ SPC k y in evil-mode / Spacemacs.

peeja16:05:10

Does anyone know the "right" way to iterate over a list of grep results from lisp?

peeja16:05:35

Is it correct to just loop and keep calling (next-error)?

plexus19:05:02

so paredit-copy-as-kill will also copy a trailing comment apparently, sp-copy-sexp doesn't, which I prefer

jakemcc19:05:05

@plexus: thanks for posting edit code in other mode from markdown buffer snippet earlier. Added it to my setup yesterday when working on a presentation and its been a great boon.

plexus19:05:44

I know, right! Can't imagine how I ever lived without it 🙂 I'm writing my scripts for Lambda Island in markdown so I'm using it all the time now