summary refs log tree commit diff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index 7b29342..db49018 100644
--- a/init.org
+++ b/init.org
@@ -1050,6 +1050,7 @@ Enable eglot and tree-sitter when working with python.
 
 #+begin_src emacs-lisp
 (use-package toml-mode
+  :defer t
   :ensure t)
 #+end_src