summaryrefslogtreecommitdiffstats
path: root/.emacs.d/include.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-06-30 20:59:12 +0200
committerGravatar Tom Willemsen2010-06-30 20:59:12 +0200
commit722c13a8fc093bc67b9be444547571d544cb79a0 (patch)
tree67ac47a4ec267f56b754134efa2a5a3b51c07dcf /.emacs.d/include.el
downloaddotfiles-722c13a8fc093bc67b9be444547571d544cb79a0.tar.gz
dotfiles-722c13a8fc093bc67b9be444547571d544cb79a0.zip
Switched over from dotemacs to doteverything
Diffstat (limited to '.emacs.d/include.el')
-rw-r--r--.emacs.d/include.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/.emacs.d/include.el b/.emacs.d/include.el
new file mode 100644
index 0000000..9000147
--- /dev/null
+++ b/.emacs.d/include.el
@@ -0,0 +1,16 @@
+(load-file "~/.emacs.d/slash_theme.el")
+(load-file "~/.emacs.d/slash_python.el")
+(load-file "~/.emacs.d/slash_functions.el")
+(autoload 'vala-mode
+ "~/.emacs.d/vala-mode.el" "A Major mode for editing Vala files" t)
+(autoload 'csharp-mode
+ "~/.emacs.d/csharp-mode.el" "A Major mode for editing C# files" t)
+(autoload 'javascript-mode
+ "~/.emacs.d/javascript.el" "A Major mode for editing JavaScript" t)
+(autoload 'sqlplus
+ "~/.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)
+
+(load-file "~/.emacs.d/auto-complete-config.el")
+(require 'auto-complete-config) \ No newline at end of file