mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix lang/org unit tests
This commit is contained in:
@ -13,10 +13,8 @@
|
|||||||
password-store
|
password-store
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
web
|
|
||||||
|
|
||||||
:org
|
|
||||||
org
|
org
|
||||||
|
web
|
||||||
|
|
||||||
:private
|
:private
|
||||||
hlissner)
|
hlissner)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; org/org/test/autoload-org.el
|
;;; lang/org/test/autoload-org.el
|
||||||
|
|
||||||
(defmacro should-org-buffer! (source expected &rest body)
|
(defmacro should-org-buffer! (source expected &rest body)
|
||||||
`(should-buffer! ,source ,expected
|
`(should-buffer! ,source ,expected
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
;;; org/org/test/org.el -*- lexical-binding: t; -*-
|
;;; lang/org/test/org.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(when (featurep 'org)
|
||||||
|
(unload-feature 'org t))
|
||||||
|
(require! :lang org)
|
||||||
|
|
||||||
(when (featurep 'org) (unload-feature 'org t))
|
|
||||||
(require! :org org)
|
|
||||||
(require 'org (locate-library "org" nil doom--package-load-path))
|
(require 'org (locate-library "org" nil doom--package-load-path))
|
||||||
|
Reference in New Issue
Block a user