From 37b469fed32e454ae9213cd0038170e59c3e2427 Mon Sep 17 00:00:00 2001 From: Ken Huang Date: Sat, 13 Apr 2024 23:45:12 +0800 Subject: [PATCH] fine-tune 2 default settings --- emacs-everywhere.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs-everywhere.el b/emacs-everywhere.el index 931f6ae..628dc2d 100644 --- a/emacs-everywhere.el +++ b/emacs-everywhere.el @@ -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) ; for GNOME at least (width . 80) (height . 12)) "Parameters `make-frame' recognises to apply to the emacs-everywhere frame."