diff --git a/test/test-helper.el b/test/test-helper.el index 0aef54e..d896ae0 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -30,7 +30,9 @@ ;; ;;; Code: -(require 'doom-modeline (expand-file-name "doom-modeline.el")) +(add-to-list 'load-path (expand-file-name ".")) + +(require 'doom-modeline) (defun strip-text-properties(txt) "Strip text properties of TXT."