From 7513c18c06c9f5cd24db961bbaf97bf5cc15c7c3 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 20 May 2019 14:57:09 -0400 Subject: [PATCH] fix silly typo --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 954cb73..8a86d54 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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)