Sfoglia il codice sorgente

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

pull/1/head
10sr 10 anni fa
parent
commit
b83c534bdf
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Vedi File

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



Caricamento…
Annulla
Salva