Ver a proveniência

Use swoop via C-s

master
10sr há 5 anos
ascendente
cometimento
269304802a
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Ver ficheiro

@@ -2216,9 +2216,6 @@ and search from projectile root (if projectile is available)."
(thing-at-point 'symbol t))))
(occur regexp nil region))
(define-key ctl-x-map (kbd "C-o") 'my-occur)
;; (when (fboundp 'swoop)
;; (define-key ctl-x-map (kbd "C-o") 'swoop)
;; )

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

@@ -2374,6 +2371,9 @@ Any output will be written to current buffer."
;; (counsel-fzf)))))
)

(when (require 'swoop nil t)
(global-set-key (kbd "C-s") 'swoop))

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


Carregando…
Cancelar
Guardar