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.el20
1 files changed, 0 insertions, 20 deletions
diff --git a/.emacs.d/include.el b/.emacs.d/include.el
deleted file mode 100644
index 1a6e238..0000000
--- a/.emacs.d/include.el
+++ /dev/null
@@ -1,20 +0,0 @@
-(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)
-(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)
-(require 'tabbar)
-(require 'ide-skel) \ No newline at end of file