mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Fix lang/org unit tests
This commit is contained in:
@@ -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