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
2
init.el
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue