From 160c8c64eaa19a5c68aa83dd4234d72f36f9eeac Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Tue, 8 Jul 2025 14:35:15 +0200 Subject: [PATCH] clean-up --- init | 2 +- settings/org-settings.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init b/init index 37450c35..72b96b53 100644 --- a/init +++ b/init @@ -11,7 +11,7 @@ ;; Requirements: git gnuplot ledger ;;; Code: -;; Load `early-init-el' if not already +;; Load `early-init' if not already ;; - Emacs 27.1 introduced early-init.el, which is run before init.el, ;; before package and UI initialization happens, and before site ;; files are loaded. In the case that early-init.el wasn't loaded diff --git a/settings/org-settings.el b/settings/org-settings.el index 450f9910..e13a4775 100644 --- a/settings/org-settings.el +++ b/settings/org-settings.el @@ -246,7 +246,7 @@ Example defines ;; be loaded before, otherwise both versions will be loaded and will ;; conflict. (use-package org - :commands org-mode + :defer t :delight (org-mode "Org") ;; "Org " "\u01F15E" ;;:bind (("C-c " . org-mark-ring-goto)) ;; normally at C-c & but it is redefined by yasnippet :init