aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-12 17:32:59 -0500
committerJesús <heckyel@hyperbola.info>2019-05-12 17:32:59 -0500
commit63c47b2853fe4ae010b7c927abf4492f45460477 (patch)
tree643ff7383a92f7715f1ec60d8bf2fb7e1cf962dd
parenta6793d5df96322fc5cd2fb85b9644328a9e774b0 (diff)
downloademacs-personal-63c47b2853fe4ae010b7c927abf4492f45460477.tar.lz
emacs-personal-63c47b2853fe4ae010b7c927abf4492f45460477.tar.xz
emacs-personal-63c47b2853fe4ae010b7c927abf4492f45460477.zip
minor fix: replace string chromium to generic into markdown-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)))