From 53865d0aa32ec5810d7f6e2069d8a96ebf696998 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Tue, 13 Jul 2010 15:25:54 +0200 Subject: Modified (improved) my emacs theme Added autopair.el --- .emacs.d/include.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/include.el') 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 -- cgit v1.2.3-54-g00ecf