Fork me on GitHub
#emacs
<
2016-01-23
>
malabarba01:01:39

what do you mean by janky?

jethroksy08:01:51

does anyone know what ^[ means in emacs?

malabarba11:01:19

It's Ctrl +[

malabarba11:01:37

Which is also equivalent to the escape key (I think)

jethroksy11:01:45

got inf-clojure working with boot with a workaround

malabarba11:01:48

@collin.yates If you only want to match defn you can use this regexp: "\\_<defn\\_>"

malabarba11:01:15

\\_< and \\_> denote the start and end a symbol respectively

malabarba11:01:59

so this is guaranteed to exclude symbols like defn- or some-defn