From c13453153999c441c45768260a22bca8a1d8aa10 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 10 Mar 2021 14:07:52 -0600 Subject: [PATCH] Hoping to fix elfeed and org modes weirdoness --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3df9be50..74f1c085 100644 --- a/README.org +++ b/README.org @@ -128,6 +128,7 @@ Let's also turn on =recentf-mode=. #+end_src ** Let's bootstrap straight.el #+begin_src emacs-lisp +(setq straight-fix-org t) (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) @@ -603,7 +604,6 @@ This is the use-package definition with a lot of customization. Need to setup au Part of this config includes some special capture templates for my work as a youth minister. I create lessons through both org-mode and org-roam capture templates. The first part comes from org-roam, then the next is org-mode. #+begin_src emacs-lisp (use-package org - :straight (:type built-in) :config (setq org-startup-indented t org-edit-src-content-indentation 0 diff --git a/init.el b/init.el index 414baa26..2d0ab5a2 100644 --- a/init.el +++ b/init.el @@ -50,6 +50,7 @@ (recentf-mode +1) +(setq straight-fix-org t) (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) @@ -351,7 +352,6 @@ vertically." (variable-pitch-mode +1)) (use-package org - :straight (:type built-in) :config (setq org-startup-indented t org-edit-src-content-indentation 0