From d887722faa0af30b074b59c6526987773afb671c Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 5 Oct 2020 18:39:49 +0200 Subject: [PATCH] Emacs: Autoload org after 4 seconds. --- init.d/text/misc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/text/misc.el b/init.d/text/misc.el index e2823a0..a1d0d61 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-10-05T18:04:33+0200> +;; Time-stamp: <2020-10-05T18:35:33+0200> ;;; Commentary: @@ -106,6 +106,7 @@ ;; Document editing, formatting, and organizing mode. (use-package org :straight nil ; Use built-in version. + :defer 4 :defines (org-default-notes-file) :commands (org-mode) :custom ((org-default-notes-file "~/notes.org")