Fix org mode

This commit is contained in:
Simponic 2022-11-25 11:33:10 -07:00
parent a991b44879
commit a3ecb33acc
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -1,5 +1,3 @@
(require 'org)
;; Install straight.el
(defvar bootstrap-version)
(let ((bootstrap-file
@ -21,6 +19,8 @@
(use-package straight
:custom (straight-use-package-by-default t))
(straight-use-package 'org)
(require 'org)
(org-babel-load-file
(expand-file-name "settings.org"
user-emacs-directory))