ENH use org dev branch (kinda)

This commit is contained in:
Nathan Dwarshuis 2023-06-19 17:56:01 -04:00
parent 49c1ad7a40
commit 6febee2875
2 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,13 @@
;; ensure we use built-in org mode ;; ensure we use built-in org mode
;; (use-package org :straight org-plus-contrib) ;; (use-package org :straight org-plus-contrib)
(straight-use-package '(org :type built-in)) ;; (straight-use-package '(org :type built-in))
(straight-use-package
'(org :type git
:repo "https://git.sr.ht/~yantar92/org-mode"
:branch "feature/org-element-ast-tidy"))
;;(load-file "~/.config/emacs/straight/repos/org/lisp/org-element-ast.el")
;;(load-file "~/.config/emacs/straight/repos/org/lisp/org-element.el")
;; load everything else ;; load everything else
(org-babel-load-file nd/conf-main) (org-babel-load-file nd/conf-main)

View File

@ -86,6 +86,7 @@
("nix-mode" . "719feb7868fb567ecfe5578f6119892c771ac5e5") ("nix-mode" . "719feb7868fb567ecfe5578f6119892c771ac5e5")
("no-littering" . "8b07314d2f0594ff22bf798d9a5f5bf44b4dd4cd") ("no-littering" . "8b07314d2f0594ff22bf798d9a5f5bf44b4dd4cd")
("nongnu-elpa" . "4456edc151f4147d763d0067a8da5922e6f60d25") ("nongnu-elpa" . "4456edc151f4147d763d0067a8da5922e6f60d25")
("org" . "943197829b5610e84c99de69c86c73ab9b760913")
("org-bullets" . "767f55feb58b840a5a04eabfc3fbbf0d257c4792") ("org-bullets" . "767f55feb58b840a5a04eabfc3fbbf0d257c4792")
("org-ml" . "f57336a9126a168ad32ccce017c072474555395a") ("org-ml" . "f57336a9126a168ad32ccce017c072474555395a")
("org-ref" . "26c06912c7833104c7b4c7b96b8f200e98067a68") ("org-ref" . "26c06912c7833104c7b4c7b96b8f200e98067a68")