forked from colonelpanic/dotfiles
[Emacs] Use my org-mode repo
This commit is contained in:
parent
e8954ccf43
commit
8dd2ed7b21
@ -56,6 +56,11 @@
|
|||||||
|
|
||||||
;; Without this, org can behave very strangely
|
;; Without this, org can behave very strangely
|
||||||
(use-package org
|
(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)
|
:defer t)
|
||||||
|
|
||||||
(use-package dash :demand t)
|
(use-package dash :demand t)
|
||||||
|
Loading…
Reference in New Issue
Block a user