Fork me on GitHub
#emacs
<
2018-03-28
>
theeternalpulse05:03:53

How do I get a library to abide by a different indentation style. It seems aligning arguments is the default seems to be align arguments, but I want a let-like indentation for certain imports.

bozhidar09:03:38

There sections about indentation in clojure-mode’s readme and CIDER’s manual. It’s best to consult those.

Maris10:03:39

@dpsutton ag can use .gitignore. Out .gitignore was not correct.

theeternalpulse14:03:37

oh, I forgot to mention it's mainly for elisp. For example I'm looking at writing a test for cider and the buttercup describe aligns the arguments.

theeternalpulse14:03:54

@bozhidar I'll take a look at that