diff options
author | Case Duckworth | 2021-01-02 22:51:45 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-02 22:51:45 -0600 |
commit | 35ee19e42a56439e37438aa54caa09f553d83f41 (patch) | |
tree | b5e7193df0fa998ca9f964e40e4712b5ccd0c1a5 | |
parent | Configure dired (diff) | |
download | emacs-35ee19e42a56439e37438aa54caa09f553d83f41.tar.gz emacs-35ee19e42a56439e37438aa54caa09f553d83f41.zip |
Use Org from git
-rw-r--r-- | config.org | 3 |
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) |