浏览代码

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

pull/15/head
10sr 8 年前
父节点
当前提交
8035a2fefa
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el 查看文件

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

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


正在加载...
取消
保存