From 3f495e25a7aef5e5e8350ed3690f8c2d4436dc73 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 23 Feb 2016 10:46:35 +0800 Subject: _emacs.d/personal: order configs by adding numeric prefix --- _emacs.d/personal/config.el | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 _emacs.d/personal/config.el (limited to '_emacs.d/personal/config.el') 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) -- cgit v1.2.2