mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
Fix lang/org unit tests
This commit is contained in:
@@ -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
|
||||
|
@@ -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))
|
||||
|
Reference in New Issue
Block a user