fix silly typo

This commit is contained in:
ndwarshuis 2019-05-20 14:57:09 -04:00
parent 2870452e76
commit 7513c18c06
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ Allows certain processes to run in multithreaded manner. For things like IO this
For options that specifically affect programming or editing modes
** standardization
*** tabs and alignment
Who uses tabs in their programs? Make tabs actually equal 4 spaces. Also, alledgedly I could [[https://stackoverflow.blog/2017/06/15/developers-use-spaces-make-money-use-tabs/][make more money]] if I use spaces :)
Who uses tabs in their programs? Make tabs actually equal 4 spaces. Also, allegedly I could [[https://stackoverflow.blog/2017/06/15/developers-use-spaces-make-money-use-tabs/][make more money]] if I use spaces :)
#+BEGIN_SRC emacs-lisp
(setq-default indent-tabs-mode nil
tab-width 4)