diff options
| author | Luke Hoersten <[email protected]> | 2025-10-02 10:45:18 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-10-02 10:45:18 -0500 |
| commit | 9d4a8bf620e98d4fc67739102a45c3efd259c316 (patch) | |
| tree | bde98769390fbbd9f77c08857e5300e712e9186e /init.el | |
| parent | a0b1c698f6c890308eb927c10bd40416316f0e3c (diff) | |
Minor cleanups.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
