diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-15 10:24:52 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-15 10:24:52 -0500 |
| commit | ecb3db068de801d4026c703a4df6b8c90bfef44b (patch) | |
| tree | 0213718f0a977f2fb0f56e90227ee6631805f227 /modules/mail-config.el | |
| parent | cbd122cb8dab31b9efe1a7863ee0230303e7fd02 (diff) | |
| download | dotemacs-ecb3db068de801d4026c703a4df6b8c90bfef44b.tar.gz dotemacs-ecb3db068de801d4026c703a4df6b8c90bfef44b.zip | |
remove unused hydras; remove unused games
Diffstat (limited to 'modules/mail-config.el')
| -rw-r--r-- | modules/mail-config.el | 28 |
1 files changed, 14 insertions, 14 deletions
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 |
