fixed emacs mode

This commit is contained in:
Frédéric Péters 2004-11-22 15:16:31 +00:00
parent 6095286689
commit 9fc01a61c3
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ GNU Emacs
(interactive)
(c-mode)
(c-set-style "K&R")
(setq tab-width (setq indent-tabs-mode t)
(setq tab-width 8)
(setq indent-tabs-mode t)
(setq c-basic-offset 8))
This will define the M-x lasso-c-mode command. It can be switched on