emacs/var/backup/!home!chris!.emacs.d!straight!build!org-msg!org-msg-autoloads.el~
2022-01-03 12:49:32 -06:00

43 lines
1.1 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; org-msg-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "org-msg" "org-msg.el" (0 0 0 0))
;;; Generated autoloads from org-msg.el
(defvar org-msg-mode nil "\
Non-nil if Org-Msg mode is enabled.
See the `org-msg-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `org-msg-mode'.")
(custom-autoload 'org-msg-mode "org-msg" nil)
(autoload 'org-msg-mode "org-msg" "\
Toggle OrgMsg mode.
With a prefix argument ARG, enable Delete Selection mode if ARG
is positive, and disable it otherwise. If called from Lisp,
enable the mode if ARG is omitted or nil.
When OrgMsg mode is enabled, the Message mode behavior is
modified to make use of Org Mode for mail composition and build
HTML emails.
\(fn &optional ARG)" t nil)
(register-definition-prefixes "org-msg" '("org-msg-"))
;;;***
(provide 'org-msg-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; org-msg-autoloads.el ends here