aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6431006..f6ef44c 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -11,6 +11,7 @@
(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))
(defconst *is-a-mac* (eq system-type 'darwin))
+(defconst *is-a-linux* (eq system-type 'gnu/linux))
(require 'init-package)
(require 'init-evil)
@@ -19,6 +20,7 @@
(require 'init-filetype)
(require 'init-pyim)
(require 'init-deft)
+(require 'init-input-method)
(require 'init-misc)
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))