Browse Source

Start in fullscreen / maximized

main
parent
commit
725878175b
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 3
      README.org

3
README.org

@ -1618,6 +1618,9 @@ Emacs[fn:2] has been around since the 1980s, and it's painfully obvious when you
(setq mouse-wheel-follow-mouse t (setq mouse-wheel-follow-mouse t
mouse-wheel-progressive-speed t mouse-wheel-progressive-speed t
mouse-wheel-scroll-amount '(3 ((shift) . 3))) mouse-wheel-scroll-amount '(3 ((shift) . 3)))
;; Start in fullscreen/maximized.
(add-to-list 'default-frame-alist '(fullscreen . maximized))
#+END_SRC #+END_SRC
** Native Comp ** Native Comp

Loading…
Cancel
Save