Advertisement
Guest User

Untitled

a guest
May 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ;; open docx files in default application (ie msword)
  2. (setq org-file-apps
  3. '(("\.docx\'" . default)
  4. ("\.mm\'" . default)
  5. ("\.x?html?\'" . default)
  6. ("\.pdf\'" . default)
  7. (auto-mode . emacs)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement