From 334b1b14530c4aa91bfbef37c0994519650f3895 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:12:55 -0400 Subject: [PATCH] Set tab-always-indent to nil --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 729bef7..20e0d35 100644 --- a/init.el +++ b/init.el @@ -286,7 +286,7 @@ tab-width 4) ;; Enable indentation and completion using the TAB key -(setq-default tab-always-indent 'complete) +(setq-default tab-always-indent nil) ;; Enable multi-line commenting which ensures that `comment-indent-new-line' ;; properly continues comments onto new lines, which is useful for writing