From 97aa03f3c3d79018754a5cbd3f539ee61f576eea Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 14 Apr 2023 17:00:03 +0200 Subject: Lazy-load org-mode --- tw/home/files/emacs-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tw/home/files/emacs-init.el') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index d415484b..d57c5162 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -344,6 +344,8 @@ ;; Org-mode (use-package org + :commands (org-mode) + :mode (rx ".org" eos) :custom (org-latex-src-block-backend 'minted "Colourise source code.") (org-latex-packages-alist -- cgit v1.2.3