summaryrefslogtreecommitdiffstats
path: root/.emacs.d/include.el
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-13 22:01:23 +0200
committerGravatar ryuslash2010-07-13 22:01:23 +0200
commit3f609186af9be643b6999988ced2c25f8c52ce71 (patch)
tree56342d5758337ad87bf8bda0bb55836adf365824 /.emacs.d/include.el
parenta311b2fe95c8e6bad1cfbdf6e1d76896c01038bc (diff)
parent53865d0aa32ec5810d7f6e2069d8a96ebf696998 (diff)
downloaddotfiles-3f609186af9be643b6999988ced2c25f8c52ce71.tar.gz
dotfiles-3f609186af9be643b6999988ced2c25f8c52ce71.zip
fixed conkerorrc
Diffstat (limited to '.emacs.d/include.el')
-rw-r--r--.emacs.d/include.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/include.el b/.emacs.d/include.el
index 35c273a..4043f3e 100644
--- a/.emacs.d/include.el
+++ b/.emacs.d/include.el
@@ -13,6 +13,6 @@
"~/.emacs.d/batch-mode.el" "A Major mode for editing Batch files" t)
(autoload 'rainbow-mode
"~/.emacs.d/rainbow-mode.el" "A Minor mode for showing colors inline" t)
-
+(load-file "~/.emacs.d/autopair.el")
(load-file "~/.emacs.d/auto-complete-config.el")
(require 'auto-complete-config) \ No newline at end of file