aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/personal.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-21 15:21:50 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-21 15:21:50 +0800
commit3727e8794eaa96741474c7d03249e61ae2b22aa5 (patch)
tree2c5c456c8a102d5d0a9086467cabdaf468ea408c /_emacs.d/personal/personal.el
parenta89cf6f8a9e6d845cdebbf0c0d76efc0b99588df (diff)
downloaddotfiles-3727e8794eaa96741474c7d03249e61ae2b22aa5.tar.bz2
Emacs: customize 'prelude' configuration kit.
Prelude: https://github.com/bbatsov/prelude
Diffstat (limited to '_emacs.d/personal/personal.el')
-rw-r--r--_emacs.d/personal/personal.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/_emacs.d/personal/personal.el b/_emacs.d/personal/personal.el
new file mode 100644
index 0000000..44fb6bf
--- /dev/null
+++ b/_emacs.d/personal/personal.el
@@ -0,0 +1,17 @@
+;;;
+;;; ~/.emacs.d/personal/personal.el
+;;;
+;;; Aaron LI
+;;; 2016-02-21
+;;;
+
+;; 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)
+