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/fcitx.el | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 _emacs.d/personal/fcitx.el (limited to '_emacs.d/personal/fcitx.el') diff --git a/_emacs.d/personal/fcitx.el b/_emacs.d/personal/fcitx.el deleted file mode 100644 index 7448553..0000000 --- a/_emacs.d/personal/fcitx.el +++ /dev/null @@ -1,33 +0,0 @@ -;;; ~/.emacs.d/personal/fcitx.el --- Configurations for fcitx.el -;; -;; -*- mode: emacs-lisp -*- -;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp: -;; -;; Aaron LI -;; 2016-02-22 -;; - -;;; Commentary: -;; Configurations for fcitx.el (https://github.com/cute-jumper/fcitx.el) - -;;; Code: - -;; fcitx.el: make fcitx better in Emacs. -(prelude-require-package 'fcitx) - -(require 'fcitx) - -;; disable fcitx by prefix keys -(fcitx-prefix-keys-setup) ;; default: `C-x' and `C-c' -(fcitx-prefix-keys-turn-on) - -;; evil support -(fcitx-evil-turn-on) - -;; disable fcitx when use `M-x' -(fcitx-M-x-turn-on) -;; disable fcitx when use `M-!' or `M-&' -(fcitx-shell-command-turn-on) -;; disable fcitx when use `M-:' -(fcitx-eval-expression-turn-on) - -- cgit v1.2.2