From ecb3db068de801d4026c703a4df6b8c90bfef44b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 15 Aug 2025 10:24:52 -0500 Subject: remove unused hydras; remove unused games --- modules/mail-config.el | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'modules/mail-config.el') diff --git a/modules/mail-config.el b/modules/mail-config.el index 644371558..122b18de9 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 -- cgit v1.2.3