mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Update load-path in test-helper.
This commit is contained in:
parent
43a1355c3a
commit
3f5d13fc4c
1 changed files with 3 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue