mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
add restic to hm
This commit is contained in:
parent
54631074da
commit
fd2f0e3601
5 changed files with 22 additions and 3 deletions
|
|
@ -247,6 +247,12 @@
|
|||
"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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue