cleanup comments

master
Jacopo De Simoi 12 years ago
parent 19cfe2376f
commit 30822b01fd
  1. 4
      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.

Loading…
Cancel
Save