From 7f34247bdb3247573db05f7d9f28d5a79a0929be Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 31 May 2016 09:45:54 +0800 Subject: spacemacs: add simple aly-org-config.el --- _spacemacs.d/config/aly-org-config.el | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _spacemacs.d/config/aly-org-config.el (limited to '_spacemacs.d/config/aly-org-config.el') diff --git a/_spacemacs.d/config/aly-org-config.el b/_spacemacs.d/config/aly-org-config.el new file mode 100644 index 0000000..cdb3937 --- /dev/null +++ b/_spacemacs.d/config/aly-org-config.el @@ -0,0 +1,30 @@ +;;; aly-org-config.el --- My configurations for org-mode +;; -*- mode: emacs-lisp -*- +;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp: +;; +;; Aaron LI +;; Created: 2016-05-31 +;; Updated: 2016-05-31 +;; + +;;; Commentary: +;; My custom configurations for the `org' of spacemacs. +;; https://github.com/syl20bnr/spacemacs/blob/master/layers/org/README.org +;; + +;;; Code: + +;; NOTE: +;; Spacemacs use the `org' from the ELPA instead of the one shipped with +;; Emacs. Then, any `org'-related code should NOT be loaded before +;; `dotspacemacs/user-config'. +(with-eval-after-load 'org + (setq org-agenda-files '("~/org/todo.org" + "~/org/task.org" + "~/org/astro.org")) + ) ;; with-eval-after-load 'org + + +(provide 'aly-org-config) + +;;; aly-org-config.el ends here -- cgit v1.2.2