aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/config.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-23 10:46:35 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-23 10:46:35 +0800
commit3f495e25a7aef5e5e8350ed3690f8c2d4436dc73 (patch)
treeeeed6018ad19cecf7241e0f613b54db818d9225a /_emacs.d/personal/config.el
parentb0f91b1493770784d23023b9ca4933abf00b4ba7 (diff)
downloaddotfiles-3f495e25a7aef5e5e8350ed3690f8c2d4436dc73.tar.bz2
_emacs.d/personal: order configs by adding numeric prefix
Diffstat (limited to '_emacs.d/personal/config.el')
-rw-r--r--_emacs.d/personal/config.el23
1 files changed, 0 insertions, 23 deletions
diff --git a/_emacs.d/personal/config.el b/_emacs.d/personal/config.el
deleted file mode 100644
index 440257f..0000000
--- a/_emacs.d/personal/config.el
+++ /dev/null
@@ -1,23 +0,0 @@
-;;; ~/.emacs.d/personal/config.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)
-(key-chord-mode -1)
-
-;; Do NOT automatically clean whitespaces on save
-;(setq prelude-clean-whitespace-on-save nil)
-
-;; Disable `flyspell-mode': do not spellcheck on the fly
-;(setq prelude-flyspell nil)