src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2025-10-02 10:45:18 -0500
committerLuke Hoersten <[email protected]>2025-10-02 10:45:18 -0500
commitf2bbf8a575d5341b41cb16afd45a7a4fc704d7a1 (patch)
treebde98769390fbbd9f77c08857e5300e712e9186e
parenta292dd57f0a3eda6af3b348a6d5062145e14f6d5 (diff)
Minor cleanups.
-rw-r--r--init.el6
1 files changed, 4 insertions, 2 deletions
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