import org for faster run of emacs batch eval

We can run
 emacs -batch -l ~/.doom.d/+org.el -eval '(org-batch-agenda-csv "t")'
Which is significantly faster than booting up all of doom.
This commit is contained in:
James Patrick 2020-11-27 15:57:55 -05:00
parent 8c6028aa77
commit f6a7b25125
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
;;; init.el -*- lexical-binding: t; -*-
(require 'org)
(custom-set-variables '(org-directory "~/org/"))
(setq