From 30822b01fdf95d4b1b6e5d1fb2fa2b063aa20c93 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 May 2014 09:02:38 -0400 Subject: [PATCH] cleanup comments --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ebe2f2a..3381793 100644 --- a/init.el +++ b/init.el @@ -318,11 +318,11 @@ the current position of point, then move it to the beginning of the line." (progn (goto-char pt) (call-interactively 'delete-backward-char))))) -(global-set-key "\d" 'smart-delete-backward-char) ;;does not work well with mc +(global-set-key "\d" 'smart-delete-backward-char) (add-to-list 'load-path "~/tmp/expand-region.el") (require 'expand-region) -(global-set-key (kbd "C-M-h") 'er/expand-region) +(global-set-key (kbd "H-SPC") 'er/expand-region) (defun emacs-session-filename (session-id) "Construct a filename to save the session in based on SESSION-ID.