Added ide-skel for testing
This commit is contained in:
parent
093106a7d3
commit
fd31357144
3 changed files with 5952 additions and 0 deletions
4
.emacs
4
.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.
|
||||
|
|
4016
.emacs.d/ide-skel.el
Normal file
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
1932
.emacs.d/tabbar.el
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue