diff --git a/TODO b/TODO index 0fc7b5e..58aa8ad 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/plugins/cproject.el b/src/plugins/cproject.el index b5a6454..607a5f5 100644 --- a/src/plugins/cproject.el +++ b/src/plugins/cproject.el @@ -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 "") 'compile) )