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

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

Setting up Emacs tabs like my Vim config


From: Some Developer
Subject: Setting up Emacs tabs like my Vim config
Date: Mon, 30 Dec 2013 18:42:46 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

I'm playing around with Emacs for the first time at the moment and so far things seem to be working well. The only problem I have with Emacs is how it deals with tabs and indentation in general.

I've read the manual on it but it seems like Emacs makes this unnecessarily hard. Here is my current Vim config:

" Set proper tab / spacing settings
set expandtab
set smarttab
set shiftwidth=4
set tabstop=4
set softtabstop=4

Does anyone know what an equivalent configuration would be in Emacs? I'm using 24.3.1 if that makes any difference.



reply via email to

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