Move modules/org/* back to lang/org

This commit is contained in:
Henrik Lissner
2017-12-08 22:59:42 -05:00
parent 346d7bdf36
commit b111303d20
25 changed files with 159 additions and 167 deletions

View File

@@ -0,0 +1,5 @@
;;; org/org/test/org.el -*- lexical-binding: t; -*-
(when (featurep 'org) (unload-feature 'org t))
(require! :org org)
(require 'org (locate-library "org" nil doom--package-load-path))