minor fix: replace string chromium to generic into markdown-mode
This commit is contained in:
parent
a6793d5df9
commit
63c47b2853
@ -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)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user