10sr 11 лет назад
Родитель
Сommit
2a4201e74a
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Просмотреть файл

@@ -902,14 +902,14 @@ If called intearctively, find word at point."
(if (and (require 'gtags nil t)
(gtags-get-rootpath))
(gtags-goto-tag word "s")
(require 'grep)
(if (eq 0
(shell-command "git rev-parse --git-dir"))
(compilation-start (format "git --no-pager grep -nH -e '%s'"
word)
'grep-mode)
;; TODO: handle ack
(grep (format "%s '%s' -r ."
grep-command
(grep (format "grep -nH -e '%s' -r ."
word))))
(message "No word at point.")
nil))


Загрузка…
Отмена
Сохранить