Set 4 Space Indent in Emacs in Text Mode

后端 未结 20 2269
梦谈多话
梦谈多话 2020-11-29 15:27

I\'ve been unsuccessful in getting Emacs to switch from 8 space tabs to 4 space tabs when pressing the TAB in buffers with the major mode text-mode.

20条回答
  •  春和景丽
    2020-11-29 15:31

    The best answers did not work for until I wrote this in the .emacs file:

    (global-set-key (kbd "TAB") 'self-insert-command)
    

提交回复
热议问题