Skip to content

Commit

Permalink
ci: Try fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 11, 2025
1 parent 2584b9f commit 1dc57f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

(setq byte-compile-error-on-warn t)
(add-hook 'eask-before-compile-hook
(lambda ()
(setq byte-compile-error-on-warn t)))
2 changes: 1 addition & 1 deletion tests/markdown-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -7278,7 +7278,7 @@ Detail: https://github.com/jrblevin/markdown-mode/pull/590"
Detail: https://github.com/jrblevin/markdown-mode/issues/737"
(let ((markdown-command #'markdown-command-identity))
(let ((eww-auto-rename-buffer 'title))
(should (markdown-live-preview-window-eww "Markdown.md"))))))
(should (markdown-live-preview-window-eww "tests/Markdown.md"))))))

;;; Tests for imenu

Expand Down

0 comments on commit 1dc57f0

Please sign in to comment.