Fix lang/org unit tests
This commit is contained in:
parent
013f8e08d5
commit
a07c29c069
3 changed files with 7 additions and 7 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue