From 8dd2ed7b21ae37c38d4df0d611d0ea48823f8de4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Aug 2023 18:14:28 -0600 Subject: [PATCH] [Emacs] Use my org-mode repo --- dotfiles/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f13693cf..5d88f7fd 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -56,6 +56,11 @@ ;; Without this, org can behave very strangely (use-package org + :straight + (org :type git :host github :repo "IvanMalison/org-mode" :local-repo "org" + :depth full :pre-build (straight-recipes-org-elpa--build) :build + (:not autoloads) :files + (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*"))) :defer t) (use-package dash :demand t)