From f0b3af205f1d81d7a00e8a063e43e1fc1d4243fd Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 3 Dec 2011 22:55:10 +0330 Subject: [PATCH] uncomment region get a keybinding --- conf/dotemacs | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"