From 63c47b2853fe4ae010b7c927abf4492f45460477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 12 May 2019 17:32:59 -0500 Subject: [PATCH] minor fix: replace string chromium to generic into markdown-mode --- modules/init-markdown.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/init-markdown.el b/modules/init-markdown.el index 2ba6325..9f4942d 100644 --- a/modules/init-markdown.el +++ b/modules/init-markdown.el @@ -37,7 +37,7 @@ ;;---------------------------------------------------------------------------- (defvar browse-url-generic-program) (setq browse-url-generic-program "iceweasel-uxp") - (defadvice markdown-preview (around markdown-preview-in-chromium activate compile) + (defadvice markdown-preview (around markdown-preview-in-generic activate compile) (let ((browse-url-browser-function #'browse-url-generic)) ad-do-it)))