summaryrefslogtreecommitdiff
path: root/modules/mail-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail-config.el')
-rw-r--r--modules/mail-config.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el
index 64437155..122b18de 100644
--- a/modules/mail-config.el
+++ b/modules/mail-config.el
@@ -220,20 +220,20 @@ Prompts user for the action when executing."
(auto-fill-mode -1))
(add-hook 'mu4e-compose-mode-hook #'no-auto-fill)
-;; ----------------------------- Compose Mode Hydra ----------------------------
-;; WIP: menu available in compose mode
-
-(defhydra hydra-mu4e-compose (:color blue :timeout 10 :hint nil)
- "Compose Mode Menu\n\n"
- ("q" quit-window "Quit" :column "")
- ("a" mail-add-attachment "Add Attachment" :column "")
- ("r" message-new-line-and-reformat "Newline and Reformat" :column "")
- ("d" message-delete-not-region "Delete Outside Region" :column ""))
-
-(defun mu4e-compose-mode-hook-hydra-setup ()
- "Create hydra/menu keybinding when entering compose mode."
- (local-set-key (kbd "C-c ?") 'hydra-mu4e-compose/body))
-(add-hook 'mu4e-compose-mode-hook 'mu4e-compose-mode-hook-hydra-setup)
+;; ;; ----------------------------- Compose Mode Hydra ----------------------------
+;; ;; WIP: menu available in compose mode
+
+;; (defhydra hydra-mu4e-compose (:color blue :timeout 10 :hint nil)
+;; "Compose Mode Menu\n\n"
+;; ("q" quit-window "Quit" :column "")
+;; ("a" mail-add-attachment "Add Attachment" :column "")
+;; ("r" message-new-line-and-reformat "Newline and Reformat" :column "")
+;; ("d" message-delete-not-region "Delete Outside Region" :column ""))
+
+;; (defun mu4e-compose-mode-hook-hydra-setup ()
+;; "Create hydra/menu keybinding when entering compose mode."
+;; (local-set-key (kbd "C-c ?") 'hydra-mu4e-compose/body))
+;; (add-hook 'mu4e-compose-mode-hook 'mu4e-compose-mode-hook-hydra-setup)
(provide 'mail-config)
;;; mail-config.el ends here