branch: elpa/hyperdrive commit fd693d7f209b2e39443969dce7f0c5aa52298216 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index 166a972560..ad7e2a1442 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -318,6 +318,8 @@ Intended to be passed to `buffer-local-restore-state'.") write-contents-functions (cl-adjoin #'hyperdrive--write-contents write-contents-functions) ;; TODO: Modify buffer-local value of `save-some-buffers-action-alist' ;; to allow diffing modified buffer with hyperdrive file + ;; TODO: Add to `kill-buffer-query-functions' to + ;; query before killing hyperdrive buffers. buffer-offer-save t)) (add-hook 'after-change-major-mode-hook #'hyperdrive--hack-write-contents-functions nil 'local))