소스 검색

Define some swoop-map keys

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

+ 5
- 0
emacs.el 파일 보기

@@ -2392,6 +2392,11 @@ Any output will be written to current buffer."
(global-set-key (kbd "C-s") 'swoop)
(global-set-key (kbd "C-r") 'swoop)
(define-key esc-map (kbd "C-s") 'swoop-multi)
(with-eval-after-load 'swoop-lib
(defvar swoop-map)
(define-key swoop-map (kbd "C-s") 'swoop-action-goto-line-next)
(define-key swoop-map (kbd "C-r") 'swoop-action-goto-line-prev)
)
)

(when (fboundp 'dired-k)


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