From e301a25d4893a69882837e3d8233859f4d7bee1c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 27 Sep 2018 17:55:48 +0900 Subject: [PATCH] Fix --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 29c5650..d16a5ef 100644 --- a/emacs.el +++ b/emacs.el @@ -1614,6 +1614,8 @@ and search from projectile root (if projectile is available)." (define-key ctl-x-map "s" 'my-rgrep) (define-key ctl-x-map "." 'my-rgrep-thing-at-point-projectile-root) +(set-variable 'dumb-jump-prefer-searcher 'rg) + (defalias 'make 'compile) (define-key ctl-x-map "c" 'compile) @@ -1750,8 +1752,6 @@ This mode is a simplified version of `adoc-mode'." ))) ;; (apply 'concat (my-file-head "./shrc" 10) -(set-variable 'dumb-jump-prefer-searcher 'rg) - ;; Local Variables: ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; flycheck-checker: emacs-lisp