commit d1145d1d41d00807a49f12c9db621a7d90bc901f
parent edd1567bb3d9b169bbc1b2f2e359dc317f46db77
Author: Ethan Long <ethandavidlong@gmail.com>
Date: Wed, 23 Aug 2023 12:48:54 +1000
Fix a bug with the recipe for org
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.el b/init.el
@@ -49,7 +49,7 @@
;; There are many reasons you might want to do this, but the git version is quite unstable as well
;;(elpaca (org :host "git.tecosaur.net" :repo "tec/org-mode"))
(use-package org
- :elpaca (:host "git.tecosaur.net" :repo "tex/org-mode"))
+ :elpaca (:host "git.tecosaur.net" :repo "tec/org-mode"))
;; We then need to wait for the download of org to complete before we can use org.
(elpaca-wait)
(setq ethandl/config-fname (expand-file-name "config.org" user-emacs-directory))