|
|
|
@ -292,7 +292,7 @@ the current position of point, then move it to the beginning of the line." |
|
|
|
;; * load expand-region |
|
|
|
;; * load expand-region |
|
|
|
(add-to-list 'load-path "~/tmp/expand-region.el") |
|
|
|
(add-to-list 'load-path "~/tmp/expand-region.el") |
|
|
|
(require 'expand-region) |
|
|
|
(require 'expand-region) |
|
|
|
(global-set-key (kbd "H-SPC") 'er/expand-region) |
|
|
|
(global-set-key (kbd "C-=") 'er/expand-region) |
|
|
|
|
|
|
|
|
|
|
|
;; * construct emacs-session so with session-id |
|
|
|
;; * construct emacs-session so with session-id |
|
|
|
(defun emacs-session-filename (session-id) |
|
|
|
(defun emacs-session-filename (session-id) |
|
|
|
|