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