From 08ef40170ca892b68d2bc29d80742e82709ed645 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 8 Dec 2023 11:34:27 +0000 Subject: [PATCH] Switch to tabs as default --- config.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 5bae712..737af31 100644 --- a/config.org +++ b/config.org @@ -609,11 +609,10 @@ (setq-default basic-offset 4) #+end_src - And generally indenting with spaces is more common, so make that - the default: + Use tabs as god intended: #+begin_src emacs-lisp - (setq-default indent-tabs-mode nil) + (setq-default indent-tabs-mode t) #+end_src *** Language Server Protocol