Fix impatient mode lambda

This commit is contained in:
Wojciech Kozlowski 2022-03-17 21:52:28 +01:00
parent a7f793b025
commit 6ad008b9b9

View File

@ -533,8 +533,7 @@
(current-buffer))) (current-buffer)))
(use-package impatient-mode (use-package impatient-mode
:hook ((markdown-mode . (lambda () (setq imp-user-filter :hook ((markdown-mode . (lambda () (imp-set-user-filter 'markdown-html)))))
'markdown-html)))))
;; ----------------------------------------------------------------------------------------------- ;; -----------------------------------------------------------------------------------------------
;; `pdf-tools' - use instead of DocView. ;; `pdf-tools' - use instead of DocView.