# HG changeset patch # User Luke Hoersten # Date 1759419918 18000 # Node ID 025f0680d73a28637a79fb1416699348d9c7a0c5 # Parent 7a84acce27ec3bb15f7ded24f2ba83a9d1b0a314 Minor cleanups. diff -r 7a84acce27ec -r 025f0680d73a init.el --- a/init.el Thu Oct 02 10:40:00 2025 -0500 +++ b/init.el Thu Oct 02 10:45:18 2025 -0500 @@ -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