aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-markdown.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-10-26 19:05:08 -0500
committerJesús <heckyel@hyperbola.info>2019-10-26 19:05:08 -0500
commitb40b52e81e4d02e9e607012509af1922229d3f90 (patch)
treeb5b3256ef21c1608b114b2f96a89409789ff3527 /modules/init-markdown.el
parent5f1c2fbc10f7ad353b20c70e113b9950caae5cde (diff)
downloademacs-personal-b40b52e81e4d02e9e607012509af1922229d3f90.tar.lz
emacs-personal-b40b52e81e4d02e9e607012509af1922229d3f90.tar.xz
emacs-personal-b40b52e81e4d02e9e607012509af1922229d3f90.zip
Set Default Browser
Diffstat (limited to 'modules/init-markdown.el')
-rw-r--r--modules/init-markdown.el11
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/init-markdown.el b/modules/init-markdown.el
index b58b8cb..dea2bb6 100644
--- a/modules/init-markdown.el
+++ b/modules/init-markdown.el
@@ -31,16 +31,7 @@
(goto-char (point-max))
(insert "\n"
"</body>\n"
- "</html>\n"))
-
- ;;----------------------------------------------------------------------------
- ;; Define custom browser
- ;;----------------------------------------------------------------------------
- (defvar browse-url-generic-program)
- (setq browse-url-generic-program "iceweasel-uxp")
- (defadvice markdown-preview (around markdown-preview-in-generic activate compile)
- (let ((browse-url-browser-function #'browse-url-generic))
- ad-do-it)))
+ "</html>\n")))
(provide 'init-markdown)