diff options
-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) |