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

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

Re: Spaces rather than tabs by a major mode hook


From: Emanuel Berg
Subject: Re: Spaces rather than tabs by a major mode hook
Date: Sat, 11 Jun 2022 06:58:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Tassilo Horn wrote:

> The TAB key is usually bound to some indentation command
> such as indent-according-to-mode. So bind that to some other
> key and TAB to self-insert-command.

How do I tweak the indentation of emacs-lisp-mode?

I could use

(setq damn-truth
  "He was such a straight shooter")

instead of

(setq damn-truth
      "He was such a straightshooter.")


by default?

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




reply via email to

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