Browse Source

change default here document word

pull/1/head
10sr 11 years ago
parent
commit
6b5f17080a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -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 ()
""


Loading…
Cancel
Save