소스 검색

Add swoop

master
10sr 5 년 전
부모
커밋
d9715409b2
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 파일 보기

@@ -145,6 +145,7 @@ found, otherwise returns nil."
fic-mode
term-cursor
pydoc
swoop

editorconfig
editorconfig-custom-majormode
@@ -2173,6 +2174,9 @@ 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)



불러오는 중...
취소
저장