summaryrefslogtreecommitdiffstats
path: root/.emacs.d/include.el
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-01 22:28:59 +0200
committerGravatar ryuslash2010-07-01 22:28:59 +0200
commitc38f147ead1d57f48a75df8653ed3ed1c12eebd3 (patch)
treee6585a87f98c5430d2443ebc3ee3a4b5decc8eec /.emacs.d/include.el
parent104692129fd34a52dd967095f57371d1781c9172 (diff)
downloaddotfiles-c38f147ead1d57f48a75df8653ed3ed1c12eebd3.tar.gz
dotfiles-c38f147ead1d57f48a75df8653ed3ed1c12eebd3.zip
Added xmodmap
Added rainbow.el to emacs Showing some extra messages with install.bat and install.sh Added some elisp to check which distro I'm on at that moment, though I don't yet use it
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