From fd31357144b50992455478c12b74fd6175183571 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Wed, 18 Aug 2010 12:35:13 +0200 Subject: Added ide-skel for testing --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs') 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. -- cgit v1.2.3-54-g00ecf