summaryrefslogtreecommitdiffstats
path: root/.emacs.d/include.el
diff options
context:
space:
mode:
authorGravatar ryuslash2010-08-21 22:28:30 +0200
committerGravatar ryuslash2010-08-21 22:28:30 +0200
commit7f6575ca7aa2db4e63b7c29457bdb3b5b0224995 (patch)
tree90f6a1eb54b6fab510fdb94f9364b4bbd033f54d /.emacs.d/include.el
parentfd31357144b50992455478c12b74fd6175183571 (diff)
downloaddotfiles-7f6575ca7aa2db4e63b7c29457bdb3b5b0224995.tar.gz
dotfiles-7f6575ca7aa2db4e63b7c29457bdb3b5b0224995.zip
Added ide-skel keybinds to .emacs, changed awesome rc
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