We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa94196 commit f353c8fCopy full SHA for f353c8f
markdown-mode.el
@@ -6061,8 +6061,7 @@ the rendered output."
6061
markdown-live-preview-view-buffer))
6062
6063
(defun markdown-live-preview-update (buf)
6064
- (lexical-let ((buf buf))
6065
- (lambda () (with-current-buffer buf (markdown-live-preview-async-export)))))
+ (lambda () (with-current-buffer buf (markdown-live-preview-async-export))))
6066
6067
(defun markdown-live-preview-setup ()
6068
(setq markdown-live-preview-current-buffer-sync-async
0 commit comments