[Emacs] Use my org-mode repo

This commit is contained in:
Ivan Malison 2023-08-21 18:14:28 -06:00
parent e8954ccf43
commit 8dd2ed7b21

View File

@ -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)