4 lines
101 B
EmacsLisp
4 lines
101 B
EmacsLisp
(add-hook 'scheme-mode-hook
|
|
(lambda ()
|
|
(setq indent-tabs-mode nil)
|
|
(setq tab-wdith 2)))
|