I try to use tabs instead spaces in emacs with ruby-mode, but I can't do it. There is my fragment from my emacs dot-file
(setq-default indent-tabs-mode t)
(setq-default tab-width 2)
but it doesn't works, I guess this have trouble by reason ruby-mode. And how I can fix it?
sorry for my bad English
(setq indent-tabs-mode)is malformed. You need a second argument: the value to assign.