Fix org mode
This commit is contained in:
parent
a991b44879
commit
a3ecb33acc
@ -1,5 +1,3 @@
|
|||||||
(require 'org)
|
|
||||||
|
|
||||||
;; Install straight.el
|
;; Install straight.el
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
@ -21,6 +19,8 @@
|
|||||||
(use-package straight
|
(use-package straight
|
||||||
:custom (straight-use-package-by-default t))
|
:custom (straight-use-package-by-default t))
|
||||||
|
|
||||||
|
(straight-use-package 'org)
|
||||||
|
(require 'org)
|
||||||
(org-babel-load-file
|
(org-babel-load-file
|
||||||
(expand-file-name "settings.org"
|
(expand-file-name "settings.org"
|
||||||
user-emacs-directory))
|
user-emacs-directory))
|
||||||
|
Loading…
Reference in New Issue
Block a user