Procházet zdrojové kódy

Add func my-pushbullet-note

master
10sr před 5 roky
rodič
revize
007344721f
Podepsáno: 10sr ID GPG klíče: C384BB17CBB19347
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit