add restic to hm

This commit is contained in:
Swarsel 2024-02-11 23:43:33 +01:00
parent 54631074da
commit fd2f0e3601
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 22 additions and 3 deletions

View file

@ -354,6 +354,12 @@ Base emacs undo logic is very useful, but not easy to understand. I prefer undo-
"mm" '((lambda () (interactive) (mu4e)) :which-key "mu4e")
"mg" '((lambda () (interactive) (magit-list-repositories)) :which-key "magit-list-repos")
"mc" '((lambda () (interactive) (swarsel/open-calendar)) :which-key "calendar")
"a" '(:ignore a :which-key "agenda")
"at" '((lambda () (interactive) (org-agenda nil "t")) :which-key "agenda tasks")
"aa" '((lambda () (interactive) (org-agenda nil "a")) :which-key "agenda today")
"as" '((lambda () (interactive) (org-agenda nil "s")) :which-key "agenda search")
"an" '((lambda () (interactive) (org-agenda nil "n")) :which-key "agenda all")
"ar" '((lambda () (interactive) (org-agenda-refile)) :which-key "agenda refile")
"mp" '(popper-toggle :which-key "popper")
"md" '(dirvish :which-key "dirvish")
"c" '(:ignore c :which-key "capture")