X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=42b760eb5ea88ae884d759301109c7e282f20042;hb=55d69a257ff8abd865eda6298a8c249946f2627c;hp=904ba56698de92e0abf58000214ef236a00cbd80;hpb=0701ae3457c01230b14181a48465c1eb2851e522;p=dotfiles.git 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