Added ide-skel for testing

This commit is contained in:
ryuslash 2010-08-18 12:35:13 +02:00
parent 093106a7d3
commit fd31357144
3 changed files with 5952 additions and 0 deletions

4
.emacs
View file

@ -50,6 +50,10 @@
(add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict") (add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict")
(ac-config-default) (ac-config-default)
;; ide-skel
(require 'tabbar)
(require 'ide-skel)
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

4016
.emacs.d/ide-skel.el Normal file

File diff suppressed because it is too large Load diff

1932
.emacs.d/tabbar.el Normal file

File diff suppressed because it is too large Load diff