summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 22:51:45 -0600
committerCase Duckworth2021-01-02 22:51:45 -0600
commit35ee19e42a56439e37438aa54caa09f553d83f41 (patch)
treeb5e7193df0fa998ca9f964e40e4712b5ccd0c1a5 /config.org
parentConfigure dired (diff)
downloademacs-35ee19e42a56439e37438aa54caa09f553d83f41.tar.gz
emacs-35ee19e42a56439e37438aa54caa09f553d83f41.zip
Use Org from git
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 8a3dc2c..65dc47a 100644 --- a/config.org +++ b/config.org
@@ -1261,7 +1261,8 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m
1261*** Basics 1261*** Basics
1262 1262
1263#+BEGIN_SRC emacs-lisp 1263#+BEGIN_SRC emacs-lisp
1264 (straight-use-package 'org) 1264 (straight-use-package '(org
1265 :repo "https://code.orgmode.org/bzg/org-mode.git"))
1265 1266
1266 (with-eval-after-load 'org 1267 (with-eval-after-load 'org
1267 (require 'org-tempo) 1268 (require 'org-tempo)