Remove hardcoded setting of tab width

This commit is contained in:
laurensmiers 2019-09-09 09:26:53 +02:00
parent ec26fd8237
commit dc0284d45f

View file

@ -413,13 +413,6 @@ Remove scroll-, tool- and menu-bar. I don't use them so free some space.
(menu-bar-mode -1)
#+END_SRC
** Tab-width
Set the default tab width.
#+BEGIN_SRC emacs-lisp
(setq-default tab-width 4)
#+END_SRC
** Automatic indent
Automatically indent when pressing =RET=.