瀏覽代碼

emacs.el: my-rgrep: work when global is not installed

pull/1/head
10sr 10 年之前
父節點
當前提交
b83c534bdf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el 查看文件

@@ -2204,6 +2204,7 @@ ARG is ignored."
;; gnu global
("global"
(and (require 'gtags nil t)
(executable-find "global")
(gtags-get-rootpath))
"global --result grep ")



Loading…
取消
儲存