uncomment region get a keybinding

This commit is contained in:
Sameer Rahmani 2011-12-03 22:55:10 +03:30
parent b8da38e69c
commit f0b3af205f
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(add-to-list 'interpreter-mode-alist '("python" . python-mode))
(require 'python-mode)
(define-key py-mode-map (kbd "\C-c @") 'uncomment-region)
;; php-mode -------------------------------------------------------------------
(autoload 'php-mode "php-mode" "PHP editing mode" t)

View File

@ -1,6 +1,6 @@
#! /bin/bash
VERSION="0.9.0"
VERSION="0.10.0"
# Gathering informations
echo -e "\n\tKuso IDE v$VERSION copyright 2010-2011 Sameer Rahmani <lxsameer@gnu.org>\n\n"