Skip to content

Instantly share code, notes, and snippets.

Created December 28, 2017 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d87c3cf2a2c4fc85e0ee60b12e71f183 to your computer and use it in GitHub Desktop.
Save anonymous/d87c3cf2a2c4fc85e0ee60b12e71f183 to your computer and use it in GitHub Desktop.
;; why does lisp-mode indent like this?
(:foo :bar
:baz :boom)
;; how can I get it to indent like this:
(:foo :bar
:baz :boom)
@jasom
Copy link

jasom commented Dec 28, 2017

It works in the correct context...

(foo '(:bar :baz    
       :biff :boom))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment