Ver código fonte

emacs.el: Pront currently executing command in prompt-text

pull/15/head
10sr 8 anos atrás
pai
commit
8035a2fefa
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver arquivo

@@ -628,7 +628,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
"]"
(:eval (and (fboundp 'git-ps1-mode-get-current)
(git-ps1-mode-get-current "[GIT:%s]")))
"\n"))
"\n"
(:eval (symbol-name this-command))
": "))
(prompt-text-mode 1))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


Carregando…
Cancelar
Salvar