瀏覽代碼

Move

master
10sr 5 年之前
父節點
當前提交
348dc0c4b3
簽署人: 10sr GPG Key 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)





Loading…
取消
儲存