From 0bf3ed46d8716fc4dd5748ddd8ef18632c2c7ae1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 23 Jan 2015 10:42:34 +0900 Subject: on Windows, open Org links to images with system command --- .emacs.d/init-custom.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el index bdca8451..d7d38f72 100644 --- a/.emacs.d/init-custom.el +++ b/.emacs.d/init-custom.el @@ -105,6 +105,15 @@ ("uk" "Автор" "Дата" "Зміст" "Примітки") ("zh-CN" "作者" "日期" "目录" "脚注") ("zh-TW" "作者" "日期" "目錄" "腳註")))) + '(org-file-apps + (quote + ((auto-mode . emacs) + ("\\.mm\\'" . system) + ("\\.x?html?\\'" . system) + ("\\.pdf\\'" . system) + ("\\.jpg\\'" . system) + ("\\.png\\'" . system) + ("\\.gif\\'" . system)))) '(org-odt-preferred-output-format "pdf") '(popwin:special-display-config (quote -- cgit v1.2.3