Hoping to fix elfeed and org modes weirdoness
This commit is contained in:
parent
61cc59567e
commit
c134531539
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue