lang/org: remove recursive require (not necessary anymore?)

This commit is contained in:
Henrik Lissner 2018-01-06 04:15:19 -05:00
parent e894c07453
commit 82abc8647a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -34,11 +34,6 @@
;; ;;
(after! org (after! org
;; Occasionally, Emacs encounters an error loading the built-in org, aborting
;; the load. This results in a broken, partially loaded state. This require
;; tries to set it straight.
(require 'org)
(defvaralias 'org-directory '+org-dir) (defvaralias 'org-directory '+org-dir)
(org-crypt-use-before-save-magic) (org-crypt-use-before-save-magic)