Blame emacs-pdf-default.patch
|
Jaromír Končický |
50c7e7 |
diff --git a/lisp/org/org.el b/lisp/org/org.el
|
|
Jaromír Končický |
50c7e7 |
index cc4c93f..285b71c 100644
|
|
Jaromír Končický |
50c7e7 |
--- a/lisp/org/org.el
|
|
Jaromír Končický |
50c7e7 |
+++ b/lisp/org/org.el
|
|
Jaromír Končický |
50c7e7 |
@@ -1750,7 +1750,7 @@ See `org-file-apps'.")
|
|
Jaromír Končický |
50c7e7 |
(auto-mode . emacs)
|
|
Jaromír Končický |
50c7e7 |
("\\.mm\\'" . default)
|
|
Jaromír Končický |
50c7e7 |
("\\.x?html?\\'" . default)
|
|
Jaromír Končický |
50c7e7 |
- ("\\.pdf\\'" . default)
|
|
Jaromír Končický |
50c7e7 |
+ ("\\.pdf\\'" . xdg-open)
|
|
Jaromír Končický |
50c7e7 |
)
|
|
Jaromír Končický |
50c7e7 |
"External applications for opening `file:path' items in a document.
|
|
Jaromír Končický |
50c7e7 |
Org-mode uses system defaults for different file types, but
|