* lisp/org-install.el: Delete file

See: <https://lists.gnu.org/r/emacs-orgmode/2022-06/msg00822.html>
This commit is contained in:
Stefan Kangas 2022-06-29 05:36:47 +02:00 committed by Ihor Radchenko
parent a722f6f8ea
commit ea05f43435
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -1,17 +0,0 @@
;;; org-install.el --- backward compatibility file for obsolete configuration -*- lexical-binding: t -*-
;;
;;; Code:
;;
;; The file org-install is obsolete.
;;
;; It is provided here so that (require 'org-install) does not
;; trigger an error for users with obsolete Emacs configuration.
;; You can safely remove (require 'org-install) from your config."
(provide 'org-install)
;; Local Variables:
;; no-byte-compile: t
;; coding: utf-8
;; End:
;;; org-install.el ends here