Compare commits

...

2 Commits

Author SHA1 Message Date
Ken Huang 91d72e4c05
Adjust default fullscreen frame parameter 2024-04-14 23:44:55 +08:00
Ken Huang 68bb1c822e
Trim whitespace after markdown conversion 2024-04-14 23:44:32 +08:00
1 changed files with 3 additions and 2 deletions

View File

@ -166,14 +166,15 @@ 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)
(defcustom emacs-everywhere-frame-parameters
`((name . "emacs-everywhere")
(fullscreen . nil) ; Helps on GNOME at least
(width . 80)
(height . 12))
"Parameters `make-frame' recognises to apply to the emacs-everywhere frame."