Collapse redundancy

This commit is contained in:
Case Duckworth 2022-04-19 22:26:26 -05:00
parent abce780f1b
commit 791f486e1a
1 changed files with 1 additions and 3 deletions

View File

@ -1908,9 +1908,7 @@ See also `crux-reopen-as-root-mode'."
(add-hook 'dired-mode-hook 'org-download-enable))
(setup (:straight org-mime)
(:option org-mime-export-ascii 'utf-8))
(setup (:straight org-mime)
(:option org-mime-export-ascii 'utf-8)
(add-hook 'message-mode-hook
(defun org-mime-setup@message-mode ()
(local-set-key (kbd "C-c M-o") 'org-mime-htmlize)))