This commit is contained in:
2025-07-08 14:35:15 +02:00
parent e5beded4a5
commit 160c8c64ea
2 changed files with 2 additions and 2 deletions

2
init
View File

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

View File

@@ -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 <del>" . org-mark-ring-goto)) ;; normally at C-c & but it is redefined by yasnippet
:init