Browse Source

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

pull/1/head
10sr 10 years ago
parent
commit
b83c534bdf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

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




Loading…
Cancel
Save