aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/personal.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-21 15:54:45 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-21 15:54:45 +0800
commit0f09abda2f69da8298a500995abf7b4d84d1f408 (patch)
treeee6b1e4f608de731bd3f89b69d2f39a61774a924 /_emacs.d/personal/personal.el
parent1c5bf9244521b0437978a9a7b4a9ca91a82d8af3 (diff)
downloaddotfiles-0f09abda2f69da8298a500995abf7b4d84d1f408.tar.bz2
prelude emacs: update personal configurations styles
Diffstat (limited to '_emacs.d/personal/personal.el')
-rw-r--r--_emacs.d/personal/personal.el20
1 files changed, 13 insertions, 7 deletions
diff --git a/_emacs.d/personal/personal.el b/_emacs.d/personal/personal.el
index 44fb6bf..2a851ab 100644
--- a/_emacs.d/personal/personal.el
+++ b/_emacs.d/personal/personal.el
@@ -1,9 +1,16 @@
-;;;
-;;; ~/.emacs.d/personal/personal.el
-;;;
-;;; Aaron LI
-;;; 2016-02-21
-;;;
+;;; ~/.emacs.d/personal/personal.el --- Custom configurations for Prelude
+;;
+;; -*- mode: emacs-lisp -*-
+;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp:
+;;
+;; Aaron LI
+;; 2016-02-21
+;;
+
+;;; Commentary:
+;; Custom configurations for Prelude Emacs kit.
+
+;;; Code:
;; Disable `key-chord-mode' for `evil-mode'
;; (or just do not enable the `prelude-key-chord' module)
@@ -14,4 +21,3 @@
;; Disable `flyspell-mode': do not spellcheck on the fly
;(setq prelude-flyspell nil)
-