瀏覽代碼

Add func my-pushbullet-note

master
10sr 5 年之前
父節點
當前提交
007344721f
簽署人: 10sr GPG 金鑰 ID: C384BB17CBB19347
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el 查看文件

@@ -1979,7 +1979,12 @@ and search from projectile root (if projectile is available)."
(defalias 'make 'compile)
(define-key ctl-x-map "c" 'compile)

(defun my-pushbullet-note (text &optional title)
"Push TEXT."
(interactive "sText to Push: ")
(pb/push-item '("") text "note" (or title "Push from Emacs")))

;; 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…
取消
儲存