mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #3095 from Emiller88/email-bindings
Add open email bindings
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user