Emacs: Autoload org after 4 seconds.

This commit is contained in:
tastytea 2020-10-05 18:39:49 +02:00
parent c278bdbbe9
commit d887722faa

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
@ -106,6 +106,7 @@
;; Document editing, formatting, and organizing mode. ;; Document editing, formatting, and organizing mode.
(use-package org (use-package org
:straight nil ; Use built-in version. :straight nil ; Use built-in version.
:defer 4
:defines (org-default-notes-file) :defines (org-default-notes-file)
:commands (org-mode) :commands (org-mode)
:custom ((org-default-notes-file "~/notes.org") :custom ((org-default-notes-file "~/notes.org")