瀏覽代碼

emacs.el: Fix ack command for my-rgrep

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

+ 1
- 1
emacs.el 查看文件

@@ -2223,7 +2223,7 @@ ARG is ignored."
;; ack
("ack"
(executable-find "ack")
"ack --nocolor --nogroup --nopager --with-filename")
"ack --nocolor --nogroup --nopager --with-filename ")

;; gnu global
("global"


Loading…
取消
儲存