mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: remove recursive require (not necessary anymore?)
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user