Skip to content

Commit 458c12d

Browse files
author
Danny McClanahan
committed
stop attempting to handle errors when turning on preview
1 parent cf3b6a7 commit 458c12d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

markdown-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6131,8 +6131,7 @@ before regenerating font-lock rules for extensions."
61316131
:group 'markdown-mode
61326132
:lighter " MD-Preview"
61336133
(if markdown-live-preview-mode
6134-
(condition-case nil (markdown-live-preview-setup)
6135-
(error (markdown-live-preview-mode -1)))
6134+
(markdown-live-preview-setup)
61366135
(markdown-live-preview-teardown-source)))
61376136

61386137

0 commit comments

Comments
 (0)