mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Fix: CI issue.
This commit is contained in:
parent
7a68eeb590
commit
bbf319e595
1 changed files with 3 additions and 5 deletions
|
@ -30,15 +30,13 @@
|
|||
;;
|
||||
;;; Code:
|
||||
|
||||
(require 'doom-modeline (expand-file-name "doom-modeline.el"))
|
||||
(require 'ert)
|
||||
|
||||
(defun strip-text-properties(txt)
|
||||
"Strip text properties of TXT."
|
||||
(set-text-properties 0 (length txt) nil txt)
|
||||
txt)
|
||||
|
||||
(defun font-info (&rest _)
|
||||
"Mock `font-info'.")
|
||||
(defvar doom-modeline-height 26)
|
||||
|
||||
(require 'doom-modeline (expand-file-name "doom-modeline.el"))
|
||||
|
||||
;;; test-helper.el ends here
|
||||
|
|
Loading…
Reference in a new issue