summaryrefslogtreecommitdiff
path: root/.emacs.d/elpa/org-20171120/org-install.el
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2017-12-13 03:29:05 +0800
committerSteve Lee <me@xiangyangli.com>2017-12-13 03:29:05 +0800
commit6a57744994be173666c9de1fb0a16ed888b562a8 (patch)
tree7f6f3de249ffaa59d704a294656f77f14742ce10 /.emacs.d/elpa/org-20171120/org-install.el
parent516df54c4bfd63fda22b49dd05f7cb7a09ab45ec (diff)
downloaddotfiles-6a57744994be173666c9de1fb0a16ed888b562a8.tar.xz
dotfiles-6a57744994be173666c9de1fb0a16ed888b562a8.zip
add .emacs.d
Diffstat (limited to '.emacs.d/elpa/org-20171120/org-install.el')
-rw-r--r--.emacs.d/elpa/org-20171120/org-install.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/.emacs.d/elpa/org-20171120/org-install.el b/.emacs.d/elpa/org-20171120/org-install.el
new file mode 100644
index 0000000..5835959
--- /dev/null
+++ b/.emacs.d/elpa/org-20171120/org-install.el
@@ -0,0 +1,17 @@
+;;; org-install.el --- backward compatibility file for obsolete configuration
+;;
+;;; 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