Fork me on GitHub
#spacemacs
<
2015-10-30
>
domkm00:10:44

Is it possible to modify the indentation of schema.core/defrecord (as well as the other defsomething functions) to be intented correctly?

alandipert00:10:51

@domkm: check out https://github.com/clojure-emacs/clojure-mode#indentation-options ... you can put that stuff in your dotspacemacs/config function

jeff.terrell12:10:21

@erik_price: This bugged me too. Add (setq-default evil-want-fine-undo nil) to your user-init in ~/.spacemacs.

wamaral20:10:53

ok this magit thing is pretty awesome, I think I like it better than tpope's fugitive

akiva20:10:22

It was one of the most surprisingly unexpected things I encountered after switching over to @spacemacs. I still sometimes scurry over to https://github.com/ndbroadbent/scm_breeze in a shell, though.

erik_price20:10:34

jeff.terrell: thanks! perfect.