equal
deleted
inserted
replaced
371 (setq explicit-bash-args '("-i")) |
371 (setq explicit-bash-args '("-i")) |
372 (setq explicit-sh-args '("-i")) |
372 (setq explicit-sh-args '("-i")) |
373 |
373 |
374 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
374 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
375 (message "term") |
375 (message "term") |
|
376 |
|
377 (setq term-buffer-maximum-size (lsh 1 14)) |
376 |
378 |
377 (eval-after-load 'term |
379 (eval-after-load 'term |
378 '(progn |
380 '(progn |
379 (defun my-term-send-forward-word () (interactive) (term-send-raw-string "\ef")) |
381 (defun my-term-send-forward-word () (interactive) (term-send-raw-string "\ef")) |
380 (defun my-term-send-backward-word () (interactive) (term-send-raw-string "\eb")) |
382 (defun my-term-send-backward-word () (interactive) (term-send-raw-string "\eb")) |