summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index f3e1d172..cff9f485 100644
--- a/HACKING
+++ b/HACKING
@@ -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