From 6ad008b9b9fd62e7c818b0acf2f04aef8d0c0aca Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 17 Mar 2022 21:52:28 +0100 Subject: [PATCH] Fix impatient mode lambda --- modules/emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/emacs.el b/modules/emacs.el index d76ea36..4d2c53d 100644 --- a/modules/emacs.el +++ b/modules/emacs.el @@ -533,8 +533,7 @@ (current-buffer))) (use-package impatient-mode - :hook ((markdown-mode . (lambda () (setq imp-user-filter - 'markdown-html))))) + :hook ((markdown-mode . (lambda () (imp-set-user-filter 'markdown-html))))) ;; ----------------------------------------------------------------------------------------------- ;; `pdf-tools' - use instead of DocView.