Update load-path in test-helper.

This commit is contained in:
Vincent Zhang 2019-01-14 00:21:45 +08:00
parent 43a1355c3a
commit 3f5d13fc4c

View file

@ -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."