瀏覽代碼

Fix projectile error

master
10sr 6 年之前
父節點
當前提交
0c2a3c8baa
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 4 行新增3 行删除
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el 查看文件

@@ -1481,7 +1481,8 @@ and search from projectile root (if projectile is available)."
(error "My-Rgrep: Command for rgrep not found")
)))
(if (and current-prefix-arg
(safe-require-or-eval 'projectile))
(safe-require-or-eval 'projectile)
(projectile-project-p))
(projectile-with-default-dir (projectile-project-root)
(compilation-start command-args
'grep-mode))
@@ -1612,7 +1613,7 @@ This mode is a simplified version of `adoc-mode'."
(with-temp-buffer
(while (<= (count-lines (point-min)
(point-max))
num)
num)
(setq end (+ beg size))
(insert-file-contents filename
nil
@@ -1627,7 +1628,7 @@ This mode is a simplified version of `adoc-mode'."
`(,@result ,(buffer-substring-no-properties start
(point))))))
result)))
;; (apply 'concat (my-file-head "./emacs.el" 10))
;; (apply 'concat (my-file-head "./shrc" 10))

(set-variable 'dumb-jump-prefer-searcher 'rg)



Loading…
取消
儲存