From 71a2bc95b7e993983a53e0d3105ceb7dbd950962 Mon Sep 17 00:00:00 2001 From: lxsameer Date: Wed, 23 Feb 2011 16:51:02 +0330 Subject: [PATCH] some todo added --- TODO | 2 ++ src/plugins/cproject.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) )