summaryrefslogtreecommitdiffstats
path: root/.emacs.d/include.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/include.el')
-rw-r--r--.emacs.d/include.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/include.el b/.emacs.d/include.el
index 9000147..35c273a 100644
--- a/.emacs.d/include.el
+++ b/.emacs.d/include.el
@@ -11,6 +11,8 @@
"~/.emacs.d/sqlplus.el" "A Major mode for communicating with Oracle" t)
(autoload 'batch-mode
"~/.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/auto-complete-config.el")
(require 'auto-complete-config) \ No newline at end of file