Explorar el Código

emacs.el: Print message on toggling eshell-text-mode

pull/1/head
10sr hace 10 años
padre
commit
e9e0cea265
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver fichero

@@ -1914,9 +1914,11 @@ Optional prefix ARG says how many lines to unflag; default is one line."
(cond ((eq major-mode
'eshell-text-mode)
(goto-char (point-max))
(message "Eshell text mode disabled")
(eshell-mode))
((eq major-mode
'eshell-mode)
(message "Eshell text mode enabled")
(eshell-text-mode))
(t
(message "Not in eshell buffer")


Cargando…
Cancelar
Guardar