minor fix: replace string chromium to generic into markdown-mode

This commit is contained in:
Jesús 2019-05-12 17:32:59 -05:00
parent a6793d5df9
commit 63c47b2853
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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)))