diff --git a/emacs/init.org b/emacs/init.org index 29b9e73..d27da82 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -55,8 +55,9 @@ Another optimization from [[https://github.com/hlissner/doom-emacs/blob/develop/ ** Variables #+BEGIN_SRC emacs-lisp (setq vc-follow-symlinks t - frame-resize-pixelwise t - indent-tabs-mode nil) + frame-resize-pixelwise t + tab-always-indent 'complete) + (setq-default indent-tabs-mode nil) #+END_SRC * Default directory