From 9d4a8bf620e98d4fc67739102a45c3efd259c316 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 2 Oct 2025 10:45:18 -0500 Subject: Minor cleanups. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 67ca805..ddd1aab 100644 --- a/init.el +++ b/init.el @@ -140,7 +140,8 @@ ;;; magit -(magit-todos-mode t) ; show TODOs in magit status +(with-eval-after-load 'magit-todos + (magit-todos-mode t)) ; show TODOs in magit status ;;; emacs-lisp-mode @@ -198,7 +199,8 @@ ;;; treesit-auto (automatically use tree-sitter modes and install grammars) -(global-treesit-auto-mode) +(with-eval-after-load 'treesit-auto + (global-treesit-auto-mode)) ;;; html-mode -- cgit v1.2.3