Mu4e: re-indent advice.el and fix docstring typo
This commit is contained in:
parent
7e1f7915c0
commit
2efeaa3bf2
2 changed files with 64 additions and 64 deletions
|
@ -55,7 +55,7 @@ clicked."
|
||||||
(/ 1.0 (plist-get org-format-latex-options :scale))))))
|
(/ 1.0 (plist-get org-format-latex-options :scale))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-html-latex-fragment-scaled-a (latex-fragment _contents info)
|
(defun +org-html-latex-fragment-scaled-a (latex-fragment _contents info)
|
||||||
"Transcode a LATEX-FRAGMENT object from Org to HTML.
|
"Transcode a LATEX-FRAGMENT object from Org to HTML.
|
||||||
CONTENTS is nil. INFO is a plist holding contextual information.
|
CONTENTS is nil. INFO is a plist holding contextual information.
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ account for the value of :scale in `org-format-latex-options'."
|
||||||
(t latex-frag))))
|
(t latex-frag))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-html-latex-environment-scaled-a (latex-environment _contents info)
|
(defun +org-html-latex-environment-scaled-a (latex-environment _contents info)
|
||||||
"Transcode a LATEX-ENVIRONMENT element from Org to HTML.
|
"Transcode a LATEX-ENVIRONMENT element from Org to HTML.
|
||||||
CONTENTS is nil. INFO is a plist holding contextual information.
|
CONTENTS is nil. INFO is a plist holding contextual information.
|
||||||
|
|
||||||
|
|
|
@ -289,7 +289,7 @@ When otherwise called, open a dired buffer and enable `dired-mu4e-attach-ctrl-c-
|
||||||
(dired-mu4e-attach-ctrl-c-ctrl-c 1)))))
|
(dired-mu4e-attach-ctrl-c-ctrl-c 1)))))
|
||||||
|
|
||||||
(define-minor-mode dired-mu4e-attach-ctrl-c-ctrl-c
|
(define-minor-mode dired-mu4e-attach-ctrl-c-ctrl-c
|
||||||
"Adds C-c C-c as an keybinding to attach files to a message."
|
"Adds C-c C-c as a keybinding to attach files to a message."
|
||||||
:lighter "attach"
|
:lighter "attach"
|
||||||
:keymap (let ((map (make-sparse-keymap)))
|
:keymap (let ((map (make-sparse-keymap)))
|
||||||
(define-key map (kbd "C-c C-c") '+mu4e/attach-files)
|
(define-key map (kbd "C-c C-c") '+mu4e/attach-files)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue