help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indenting property lists with keywords as property names


From: Raffaele Ricciardi
Subject: Re: Indenting property lists with keywords as property names
Date: Tue, 14 Aug 2012 13:27:05 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0

So far, I've found a workaround: writing the property list like this:

'(
  :a x
  :b y
  :c z)

I looked into the `lisp-indent-function' property as well, but it cannot be used in this case.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]