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
|
#+date: 2020-09-18
|
||||||
#+tags: emacs org
|
#+tags: emacs org
|
||||||
#+startup: inlineimages
|
#+startup: inlineimages
|
||||||
#+lastmod: [2024-08-08 Thu]
|
#+lastmod: [2024-08-20 Tue]
|
||||||
|
|
||||||
A literate programming file for configuring org-mode and those files.
|
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
|
(use-package org
|
||||||
;; TODO: Using the latest org-mode
|
;; TODO: Using the latest org-mode
|
||||||
;; :straight (:type built-in)
|
;; :straight (:type built-in)
|
||||||
:mode ("\\.org" . org-mode) ; Addresses an odd warning
|
:mode (("\\.org" . org-mode))
|
||||||
:init
|
:init
|
||||||
<<variables>>
|
<<variables>>
|
||||||
<<org-todo>>
|
<<org-todo>>
|
||||||
|
|
Loading…
Reference in a new issue