EMACS: Added ide-skel
This commit is contained in:
parent
cdd5981f15
commit
d277a1a958
4 changed files with 5957 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
(add-hook 'c-mode-hook
|
||||
(lambda ()
|
||||
(local-set-key [f11] 'c-toggle-header-source)
|
||||
(local-set-key [f8] 'c-toggle-header-source)
|
||||
(local-set-key "\C-m"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
|
|
8
emacs.d/20-ide-skel.el
Normal file
8
emacs.d/20-ide-skel.el
Normal file
|
@ -0,0 +1,8 @@
|
|||
(require 'tabbar)
|
||||
(require 'ide-skel)
|
||||
|
||||
(global-set-key [f10] 'ide-skel-toggle-left-view-window)
|
||||
(global-set-key [f11] 'ide-skel-toggle-bottom-view-window)
|
||||
(global-set-key [f12] 'ide-skel-toggle-right-view-window)
|
||||
(global-set-key [C-prior] 'tabbar-backward)
|
||||
(global-set-key [C-next] 'tabbar-forward)
|
4016
emacs.d/elisp/ide-skel.el
Normal file
4016
emacs.d/elisp/ide-skel.el
Normal file
File diff suppressed because it is too large
Load diff
1932
emacs.d/elisp/tabbar.el
Normal file
1932
emacs.d/elisp/tabbar.el
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue