diff --git a/conf/dotemacs b/conf/dotemacs index 6b7998b..83e267b 100644 --- a/conf/dotemacs +++ b/conf/dotemacs @@ -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) diff --git a/install.sh b/install.sh index c0c4e8b..f54f24e 100755 --- a/install.sh +++ b/install.sh @@ -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 \n\n"