mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;;; org-install.el --- backward compatibility file for obsolete configuration
C 2 ;;
3 ;;; Code:
4 ;;
5 ;; The file org-install is obsolete.
6 ;;
7 ;; It is provided here so that (require 'org-install) does not
8 ;; trigger an error for users with obsolete Emacs configuration.
9 ;; You can safely remove (require 'org-install) from your config."
10
11 (provide 'org-install)
12
13 ;; Local Variables:
14 ;; no-byte-compile: t
15 ;; coding: utf-8
16 ;; End:
17 ;;; org-install.el ends here