Fork me on GitHub
#emacs
<
2016-06-17
>
escherize00:06:23

Thank you very much.

escherize00:06:57

I also added #(

malabarba01:06:56

@escherize: would you like to file a PR adding that to Clojure-mode?

malabarba01:06:20

We already have something like that for paredit. No reason not to support smart parens

escherize03:06:41

That's a great idea. I'll make a note to do so when I'm back from vacation. (5 days) :)

borkdude07:06:07

which package/command should I enable in emacs to get suggestions/autocompletion with M-x?

borkdude07:06:18

it always worked in my setup, but no longer

maxim09:06:07

smex or helm

hrathod14:06:56

helm + projectile works really well for me

hrathod14:06:34

projectile for project related stuff, not for M-x, but thought I'd throw it out there

squiter14:06:22

Helm, projectile and magit are the best packages in emacs in my opinion šŸ˜„

plexus14:06:27

You forgot nyancat

plexus14:06:17

Or CIDER šŸ˜

squiter17:06:36

these two are awesome too!! \o/

hrathod18:06:44

Magit is truely the best Git interface

rmuslimov19:06:10

Iā€™d say cider makes with clj-refactor is more magic for me

zane19:06:58

CIDER with clj-refactor is great on the one day per month that I have it actually working.

hrathod19:06:13

@escherize, @malabarba: I've created https://github.com/clojure-emacs/clojure-mode/pull/385 for initial integration with smartparens-mode

malabarba20:06:33

Merged. Thanks!