From 6b5f17080afe6a076cd13c4857a0ec642e56dfdd Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 1 Dec 2012 20:47:29 +0900 Subject: [PATCH] change default here document word --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 38cf3ce..fc377dd 100644 --- a/emacs.el +++ b/emacs.el @@ -831,6 +831,7 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit." (define-key sh-mode-map (kbd "C-x C-e") 'my-execute-shell-command-current-line))) +(setq sh-here-document-word "__EOC__") (defun my-execute-shell-command-current-line () ""