Roderick
2018-09-19 07:32:47 UTC
How to get that emacs do not take decisions for the user?
I do not want indentations and tabs that I do not type.
I do not want anything that I do not type, and I want, what
I type. Is that too much to expect from an editor?!
How to disable this annoying thing completely and without new
similar annoying side effects? It seems to be very difficult, if
not imposible. Perhaps the solution is stopping using emacs.
Stand of the thing:
I wasted a lot of time trying to do it. I have the following in .emacs:
(setq-default indent-tabs-mode t)
(electric-indent-mode -1)
And little changes has big side effects. But what I want is very simple
as said.
Any hint?
Thanks
Rodrigo
I do not want indentations and tabs that I do not type.
I do not want anything that I do not type, and I want, what
I type. Is that too much to expect from an editor?!
How to disable this annoying thing completely and without new
similar annoying side effects? It seems to be very difficult, if
not imposible. Perhaps the solution is stopping using emacs.
Stand of the thing:
I wasted a lot of time trying to do it. I have the following in .emacs:
(setq-default indent-tabs-mode t)
(electric-indent-mode -1)
And little changes has big side effects. But what I want is very simple
as said.
Any hint?
Thanks
Rodrigo