summaryrefslogtreecommitdiffstats
path: root/.emacs.d/include.el
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-13 15:25:54 +0200
committerGravatar ryuslash2010-07-13 15:27:36 +0200
commit53865d0aa32ec5810d7f6e2069d8a96ebf696998 (patch)
treec56914159e356a5f4af0eafd7c0dc486bab29927 /.emacs.d/include.el
parenteac95c05d706151e79a272ce6f75fdfdcc0ef4ac (diff)
downloaddotfiles-53865d0aa32ec5810d7f6e2069d8a96ebf696998.tar.gz
dotfiles-53865d0aa32ec5810d7f6e2069d8a96ebf696998.zip
Modified (improved) my emacs theme
Added autopair.el
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