Skip to content

Commit

Permalink
fine-tune 2 default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
whatacold committed Apr 13, 2024
1 parent 8333940 commit e416421
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions emacs-everywhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit e416421

Please sign in to comment.