Ver código fonte

Save command history on entering eshell-text-mode

pull/1/head
10sr 9 anos atrás
pai
commit
cc9a11d020
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Ver arquivo

@@ -1961,6 +1961,7 @@ C-x t to toggling emacs-text-mode
((eq major-mode
'eshell-mode)
(message "Eshell text mode enabled")
(eshell-write-history)
(eshell-text-mode))
(t
(message "Not in eshell buffer")


Carregando…
Cancelar
Salvar