From 55d69a257ff8abd865eda6298a8c249946f2627c Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 17 Nov 2016 22:41:26 +0800 Subject: [PATCH] emacs - open doc file with external open instead of emacs --- emacs.d/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 904ba56..42b760e 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -729,6 +729,7 @@ Always indents header, and hide header leading starts so that no need type =#+ST (setq org-return-follows-link t) ;; open the ppt file by external open instead of emacs (add-to-list 'org-file-apps '("\\.pptx" . "open %s")) + (add-to-list 'org-file-apps '("\\.doc" . "open %s")) (setq org-image-actual-width nil)) #+END_SRC -- 2.11.0