pylint menu added

This commit is contained in:
lxsameer 2011-06-03 09:17:13 +04:30
parent 1a0822a331
commit b4661d0b71
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ binding for Kuso IDE django plugin"
(define-key-after global-map [menu-bar django manage custom-command] '("Custom Command" . django-command) 'syncdb-extra)
(define-key-after global-map [menu-bar django shell] '("Project shell" . django-shell) 'manage)
(define-key-after global-map [menu-bar django sep2] '("--") 'runserver-extra)
(define-key-after global-map [menu-bar django pylintcheck] '("Check buffer with pylint" . pylint-check-current-buffer) 'django-shell)
)
(defun django/destruct-menus ()