Add open email bindings
This commit is contained in:
parent
1529dcaaf5
commit
f586ae7663
2 changed files with 15 additions and 2 deletions
|
@ -202,7 +202,14 @@
|
||||||
:desc "Send to Launchbar" "l" #'+macos/send-to-launchbar
|
:desc "Send to Launchbar" "l" #'+macos/send-to-launchbar
|
||||||
:desc "Send project to Launchbar" "L" #'+macos/send-project-to-launchbar)
|
:desc "Send project to Launchbar" "L" #'+macos/send-project-to-launchbar)
|
||||||
(:when (featurep! :tools docker)
|
(:when (featurep! :tools docker)
|
||||||
:desc "Docker" "D" #'docker))
|
:desc "Docker" "D" #'docker)
|
||||||
|
(:when (featurep! :email mu4e)
|
||||||
|
:desc "mu4e" "m" #'=mu4e)
|
||||||
|
(:when (featurep! :email notmuch)
|
||||||
|
:desc "notmuch" "m" #'=notmuch)
|
||||||
|
(:when (featurep! :email wanderlust)
|
||||||
|
:desc "wanderlust" "m" #'=wanderlust))
|
||||||
|
|
||||||
|
|
||||||
;;; <leader> p --- project
|
;;; <leader> p --- project
|
||||||
(:prefix ("p" . "project")
|
(:prefix ("p" . "project")
|
||||||
|
|
|
@ -549,7 +549,13 @@
|
||||||
:desc "Send to Launchbar" "l" #'+macos/send-to-launchbar
|
:desc "Send to Launchbar" "l" #'+macos/send-to-launchbar
|
||||||
:desc "Send project to Launchbar" "L" #'+macos/send-project-to-launchbar)
|
:desc "Send project to Launchbar" "L" #'+macos/send-project-to-launchbar)
|
||||||
(:when (featurep! :tools docker)
|
(:when (featurep! :tools docker)
|
||||||
:desc "Docker" "D" #'docker))
|
:desc "Docker" "D" #'docker)
|
||||||
|
(:when (featurep! :email mu4e)
|
||||||
|
:desc "mu4e" "m" #'=mu4e)
|
||||||
|
(:when (featurep! :email notmuch)
|
||||||
|
:desc "notmuch" "m" #'=notmuch)
|
||||||
|
(:when (featurep! :email wanderlust)
|
||||||
|
:desc "wanderlust" "m" #'=wanderlust))
|
||||||
|
|
||||||
;;; <leader> p --- project
|
;;; <leader> p --- project
|
||||||
(:prefix-map ("p" . "project")
|
(:prefix-map ("p" . "project")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue