From d5b93c1e6a108999f769e1fa7a3b9dc7c10798b0 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 22 Feb 2016 10:46:22 +0800 Subject: _emacs.d/personal: rename personal.el to config.el --- _emacs.d/personal/config.el | 23 +++++++++++++++++++++++ _emacs.d/personal/personal.el | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 _emacs.d/personal/config.el delete mode 100644 _emacs.d/personal/personal.el diff --git a/_emacs.d/personal/config.el b/_emacs.d/personal/config.el new file mode 100644 index 0000000..440257f --- /dev/null +++ b/_emacs.d/personal/config.el @@ -0,0 +1,23 @@ +;;; ~/.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) diff --git a/_emacs.d/personal/personal.el b/_emacs.d/personal/personal.el deleted file mode 100644 index 2a851ab..0000000 --- a/_emacs.d/personal/personal.el +++ /dev/null @@ -1,23 +0,0 @@ -;;; ~/.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) -(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) -- cgit v1.2.2