diff options
author | jao <jao@gnu.org> | 2022-04-29 02:52:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-04-29 02:52:22 +0100 |
commit | 0736f47659c4c57a96a07051390a261391db2e5b (patch) | |
tree | 24797266bc38432fe1567a99a32721fb263ca818 /lib/eos | |
parent | 7e2f171f72d4aa0c18fe8cd36c076fe84cfd6954 (diff) | |
download | elibs-0736f47659c4c57a96a07051390a261391db2e5b.tar.gz elibs-0736f47659c4c57a96a07051390a261391db2e5b.tar.bz2 |
borgmatic nits
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-borgmatic.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/eos/jao-borgmatic.el b/lib/eos/jao-borgmatic.el index e9fc79f..f5d800d 100644 --- a/lib/eos/jao-borgmatic.el +++ b/lib/eos/jao-borgmatic.el @@ -39,6 +39,7 @@ (define-key map [?g] 'jao-borgmatic-list) (define-key map [?x] 'jao-borgmatic-extract) (define-key map [?c] 'jao-borgmatic-check) + (define-key map [?d] 'jao-borgmatic-delete) map)) ;;;###autoload @@ -51,7 +52,7 @@ ;; (setq-local font-lock-defaults '(jao-borgmatic-font-lock-keywords)) (setq-local truncate-lines t) (setq-local next-line-add-newlines nil) - (setq major-mode 'jao-bormagtic-mode) + (setq major-mode 'jao-borgmatic-mode) (setq mode-name "borgmatic") (read-only-mode 1)) @@ -108,7 +109,7 @@ (pop-to-buffer (jao-borgmatic--buffer)) (goto-line 3)) -(defconst jao-borgmatic--extract-output " *borgmatic-extract output*") +(defconst jao-borgmatic--extract-output " *borgmatic output*") (defun jao-borgmatic--extract-sentinel (paths) (lambda (proc &rest _) |