some todo added

This commit is contained in:
lxsameer 2011-02-23 16:51:02 +03:30
parent b921866a97
commit 71a2bc95b7
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -15,5 +15,7 @@
have subdirectories
[ ] Improve modes.el file documentation
[ ] add the license name into kernel module c file
[ ] make sure cplugin keymap load with cplugin
-- Useful modes --
* org mode

View File

@ -158,7 +158,7 @@ binding for Kuso IDE C projects section."
(defun initial-keymap ()
"Set the key binding for C project."
(define-key kuso-cplugin-map (kbd "\C-c \C-c") 'compile)
(define-key global-map (kbd "<f9>") 'compile)
)