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")