Trim whitespace after markdown conversion

This commit is contained in:
Ken Huang 2024-04-14 23:44:32 +08:00 committed by TEC
parent cbdd3275a3
commit 68bb1c822e
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ when applicable."
:group 'emacs-everywhere)
(defcustom emacs-everywhere-final-hooks
'(emacs-everywhere-remove-trailing-whitespace
emacs-everywhere-convert-org-to-gfm)
'(emacs-everywhere-convert-org-to-gfm
emacs-everywhere-remove-trailing-whitespace)
"Hooks to be run just before content is copied."
:type 'hook
:group 'emacs-everywhere)