aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/fcitx.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/fcitx.el
parentb0f91b1493770784d23023b9ca4933abf00b4ba7 (diff)
downloaddotfiles-3f495e25a7aef5e5e8350ed3690f8c2d4436dc73.tar.bz2
_emacs.d/personal: order configs by adding numeric prefix
Diffstat (limited to '_emacs.d/personal/fcitx.el')
-rw-r--r--_emacs.d/personal/fcitx.el33
1 files changed, 0 insertions, 33 deletions
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)
-