Fix lang/org unit tests

This commit is contained in:
Henrik Lissner 2017-12-09 14:38:06 -05:00
parent 013f8e08d5
commit a07c29c069
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 7 additions and 7 deletions

View file

@ -13,10 +13,8 @@
password-store
:lang
web
:org
org
web
:private
hlissner)

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; org/org/test/autoload-org.el
;;; lang/org/test/autoload-org.el
(defmacro should-org-buffer! (source expected &rest body)
`(should-buffer! ,source ,expected

View file

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