Make indent-tabs-mode nil by default

This commit is contained in:
Jeremy Dormitzer 2020-04-27 16:35:31 -04:00
parent d300d45f89
commit 9be7389a9e

View File

@ -56,7 +56,8 @@ Another optimization from [[https://github.com/hlissner/doom-emacs/blob/develop/
#+BEGIN_SRC emacs-lisp
(setq vc-follow-symlinks t
frame-resize-pixelwise t
indent-tabs-mode nil)
tab-always-indent 'complete)
(setq-default indent-tabs-mode nil)
#+END_SRC
* Default directory