10sr 2年前
コミット
786f0232d7
1個のファイルの変更5行の追加4行の削除
  1. +5
    -4
      emacs.el

+ 5
- 4
emacs.el ファイルの表示

@@ -2727,10 +2727,11 @@ and search from projectile root (if projectile is available)."
(error "No symbol at point"))) (error "No symbol at point")))
(error "My-Rgrep: Command for rgrep not found")))) (error "My-Rgrep: Command for rgrep not found"))))
(if (eval-and-compile (require 'projectile nil t)) (if (eval-and-compile (require 'projectile nil t))
(projectile-with-default-dir (or (projectile-project-root)
default-directory)
(compilation-start command-args
'grep-mode))
(with-temp-buffer
(cd (or (projectile-project-root)
default-directory))
(compilation-start command-args
'grep-mode))
(compilation-start command-args (compilation-start command-args
'grep-mode)))) 'grep-mode))))




読み込み中…
キャンセル
保存