Minor bug fix
This commit is contained in:
parent
f2287c59a0
commit
45cd891452
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#+date: 2020-09-18
|
||||
#+tags: emacs org
|
||||
#+startup: inlineimages
|
||||
#+lastmod: [2024-08-08 Thu]
|
||||
#+lastmod: [2024-08-20 Tue]
|
||||
|
||||
A literate programming file for configuring org-mode and those files.
|
||||
|
||||
|
@ -33,7 +33,7 @@ Org is a /large/ complex beast with a gazillion settings, so I discuss these lat
|
|||
(use-package org
|
||||
;; TODO: Using the latest org-mode
|
||||
;; :straight (:type built-in)
|
||||
:mode ("\\.org" . org-mode) ; Addresses an odd warning
|
||||
:mode (("\\.org" . org-mode))
|
||||
:init
|
||||
<<variables>>
|
||||
<<org-todo>>
|
||||
|
|
Loading…
Reference in a new issue