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

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

Re: Indentation


From: Emanuel Berg
Subject: Re: Indentation
Date: Wed, 26 Jan 2022 22:18:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Pierre L. Nageoire wrote:

> A few days ago with a macro of the form (define-something
> indentation below was of two characters. I find it suitable
> ... But after installing the last git version of emacs I got
> only one character : I dislike it ! There might be
> a variable to customize somewhere but don't know where !

You mean this looks like this?

(define-error
 nil nil)

Try `eval'ing this ...

(put 'define-error 'lisp-indent-function 0)

Then it looks like this, right?

(define-error
  nil nil)

Don't know what happened or why tho ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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