django mode keymap bug fixed

This commit is contained in:
lxsameer 2011-05-22 23:04:18 +04:30
parent 9b440bec86
commit fb534782b5
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
;; ---------------------------------------------------------------------
;; Keymaps
;; ---------------------------------------------------------------------
(defvar kuso-django-map (make-sparse-keymap)
(defvar django-map (make-sparse-keymap)
"Default keymap for Kuso django minor mode that hold the global key
binding for Kuso IDE django plugin"
)
@ -61,7 +61,7 @@ binding for Kuso IDE django plugin"
;; ----------------------------------------------------------------------
(defun init-keymap ()
"Initialize the keymap for django plugin."
;; (define-key django-map (kbd "\C-x p d") 'django-region)
;;(define-key django-map (kbd "\C-x p d") 'django-region)
;; (define-key django-map (kbd "\C-x p f") 'django-buffer)
)