From 0f09abda2f69da8298a500995abf7b4d84d1f408 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 21 Feb 2016 15:54:45 +0800 Subject: prelude emacs: update personal configurations styles --- _emacs.d/personal/orgmode.el | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to '_emacs.d/personal/orgmode.el') diff --git a/_emacs.d/personal/orgmode.el b/_emacs.d/personal/orgmode.el index 87cd7d1..0d609e7 100644 --- a/_emacs.d/personal/orgmode.el +++ b/_emacs.d/personal/orgmode.el @@ -1,14 +1,19 @@ -;;; -*- mode: emacs-lisp -*- -;;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp: -;;; -;;; Org-mode configurations -;;; -;;; Credit: -;;; [1] http://www.john2x.com/emacs.html -;;; -;;; Aaron LI -;;; 2016-02-21 -;;; +;;; ~/.emacs.d/personal/orgmode.el --- Org-mode configurations +;; +;; -*- mode: emacs-lisp -*- +;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp: +;; +;; Credit: +;; [1] http://www.john2x.com/emacs.html +;; +;; Aaron LI +;; 2016-02-21 +;; + +;;; Commentary: +;; Org-mode configurations for Emacs + +;;; Code: (setq org-directory "~/org") (setq org-todo-keywords -- cgit v1.2.2