Emacs: Autoload org after 4 seconds.

This commit is contained in:
tastytea 2020-10-05 18:39:49 +02:00
parent c278bdbbe9
commit d887722faa
1 changed files with 2 additions and 1 deletions

View File

@ -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")