소스 검색

Move

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

+ 4
- 4
emacs.el 파일 보기

@@ -827,6 +827,7 @@ found, otherwise returns nil."
;; recently

(when (safe-require-or-eval 'recently)
(define-key ctl-x-map (kbd "C-r") 'recently-show)
(set-variable 'recently-max 1000)
(recently-mode 1))

@@ -1819,6 +1820,9 @@ ARG is num to show, or defaults to 7."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; misc funcs

(define-key ctl-x-map "T" 'git-worktree)
(define-key ctl-x-map "W" 'git-walktree)

(when (fboundp 'browse-url-default-macosx-browser)
(defalias 'browse-osx 'browse-url-default-macosx-browser))

@@ -2013,10 +2017,6 @@ and search from projectile root (if projectile is available)."
(interactive "sText to Push: ")
(pb/push-item '("") text "note" (or title "")))

;; TODO: Move
(define-key ctl-x-map (kbd "C-r") 'recently-show)
(define-key ctl-x-map "T" 'git-worktree)
(define-key ctl-x-map "W" 'git-walktree)





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