From 82abc8647a2b65c0c871050f59256e95ebef5d02 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Jan 2018 04:15:19 -0500 Subject: [PATCH] lang/org: remove recursive require (not necessary anymore?) --- modules/lang/org/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index e9ce28cb3..b287e2048 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -34,11 +34,6 @@ ;; (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) (org-crypt-use-before-save-magic)