From 45cd891452c70ac743a8129200944886ec8cf58d Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Mon, 2 Sep 2024 15:28:14 -0700 Subject: [PATCH] Minor bug fix --- ha-org.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ha-org.org b/ha-org.org index 299693a..099822b 100644 --- a/ha-org.org +++ b/ha-org.org @@ -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 <> <>