Jelajahi Sumber

Fix last commit

* lisp/org.el (org-link-types): Hardcode "file+emacs" and "file+sys".
Nicolas Goaziou 11 tahun lalu
induk
melakukan
51718d9674
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      lisp/org.el

+ 3 - 2
lisp/org.el

@@ -5585,8 +5585,9 @@ the rounding returns a past time."
 (require 'font-lock)
 
 (defconst org-non-link-chars "]\t\n\r<>")
-(defvar org-link-types '("http" "https" "ftp" "mailto" "file" "news"
-			 "shell" "elisp" "doi" "message" "help"))
+(defvar org-link-types '("http" "https" "ftp" "mailto" "file" "file+emacs"
+			 "file+sys" "news" "shell" "elisp" "doi" "message"
+			 "help"))
 (defvar org-link-types-re nil
   "Matches a link that has a url-like prefix like \"http:\"")
 (defvar org-link-re-with-space nil