aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/init-markdown.el2
1 files changed, 1 insertions, 1 deletions
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)))