Never use tabs for indent commands
This commit is contained in:
parent
b7bf077b7f
commit
7041eb1ba7
@ -55,7 +55,8 @@ Another optimization from [[https://github.com/hlissner/doom-emacs/blob/develop/
|
|||||||
** Variables
|
** Variables
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq vc-follow-symlinks t
|
(setq vc-follow-symlinks t
|
||||||
frame-resize-pixelwise t)
|
frame-resize-pixelwise t
|
||||||
|
indent-tabs-mode nil)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Default directory
|
* Default directory
|
||||||
|
Loading…
Reference in New Issue
Block a user