summaryrefslogtreecommitdiffstats
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index c5696fc..ad18cb3 100644
--- a/.emacs
+++ b/.emacs
@@ -50,6 +50,10 @@
(add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict")
(ac-config-default)
+;; ide-skel
+(require 'tabbar)
+(require 'ide-skel)
+
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.