From 7b6e0f2ae61b59327f2ac853ba350a7b403b61d7 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 2 Dec 2020 11:01:46 -0600 Subject: [PATCH] Set default tab width --- config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.el b/config.el index ceb5037..aba8a10 100644 --- a/config.el +++ b/config.el @@ -55,6 +55,8 @@ (load! "site-functions.el") +(setq-default tab-width 2) + (setq inferior-lisp-program "sbcl") (setq emerge-diff-options "--ignore-all-space")