瀏覽代碼

Add newline in prompt-text

pull/15/head
10sr 8 年之前
父節點
當前提交
725675d67c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -2070,7 +2070,7 @@ The value should be a mode-line format: see `mode-line-fomat' for details.")
"]"
(:eval (and (fboundp 'git-ps1-mode-get-current)
(git-ps1-mode-get-current "[GIT:%s]")))
" "))
"\n"))

(defmacro prompt-text--defadvice (&rest functions)
"Set prompt-text advices for FUNCTIONS."


Loading…
取消
儲存