Browse Source

Fix

master
10sr 6 years ago
parent
commit
e301a25d48
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el View File

@@ -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 "s" 'my-rgrep)
(define-key ctl-x-map "." 'my-rgrep-thing-at-point-projectile-root) (define-key ctl-x-map "." 'my-rgrep-thing-at-point-projectile-root)


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

(defalias 'make 'compile) (defalias 'make 'compile)
(define-key ctl-x-map "c" '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) ;; (apply 'concat (my-file-head "./shrc" 10)


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

;; Local Variables: ;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; flycheck-checker: emacs-lisp ;; flycheck-checker: emacs-lisp


Loading…
Cancel
Save