From 2f45466f2bcf0911690e15666dbebb2e2593f0aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 10 Nov 2023 19:58:45 -0800 Subject: don't load major mode for toml until needed --- init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'init.org') 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 -- cgit 1.4.1