all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tab indent
@ 2010-06-23  8:31 DDD
  2010-06-23  9:50 ` Marc Mientki
  0 siblings, 1 reply; 2+ messages in thread
From: DDD @ 2010-06-23  8:31 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

Is there any way to make tab key always produce spaces?

I mean type tab just as type 4 space.

Thanks in advance. I am new to emacs.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Tab indent
  2010-06-23  8:31 Tab indent DDD
@ 2010-06-23  9:50 ` Marc Mientki
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Mientki @ 2010-06-23  9:50 UTC (permalink / raw)
  To: help-gnu-emacs

Am 23.06.2010 10:31, schrieb DDD:
> Hi,
>
> Is there any way to make tab key always produce spaces?

Yes. Put this to your .emacs file:

(setq-default indent-tabs-mode nil)

regards
Marc



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-23  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23  8:31 Tab indent DDD
2010-06-23  9:50 ` Marc Mientki

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.