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.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/include.el b/.emacs.d/include.el
index 4043f3e..1a6e238 100644
--- a/.emacs.d/include.el
+++ b/.emacs.d/include.el
@@ -15,4 +15,6 @@
"~/.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
+(require 'auto-complete-config)
+(require 'tabbar)
+(require 'ide-skel) \ No newline at end of file