10sr 5 anni fa
parent
commit
aba27fe116
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

@@ -1982,7 +1982,7 @@ and search from projectile root (if projectile is available)."
(defun my-pushbullet-note (text &optional title)
"Push TEXT."
(interactive "sText to Push: ")
(pb/push-item '("") text "note" (or title "Push from Emacs")))
(pb/push-item '("") text "note" (or title "")))

;; TODO: Move
(define-key ctl-x-map (kbd "C-r") 'recently-show)


Caricamento…
Annulla
Salva