From: Peng Li Date: Thu, 17 Nov 2016 14:41:26 +0000 (+0800) Subject: emacs - open doc file with external open instead of emacs X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=55d69a257ff8abd865eda6298a8c249946f2627c;hp=0701ae3457c01230b14181a48465c1eb2851e522;p=dotfiles.git emacs - open doc file with external open instead of emacs --- 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