Skip to content

izawa/maximize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

maximize.el

Maximize your emacs frames vertically or horizontally.

How to install:

Clone file into your emacs directory

cd ~/.emacs.d
git clone git@github.com:izawa/maximize.git

Add load path subdirectory recursively

(let ((default-directory "~/.emacs.d/"))
  (normal-top-level-add-subdirs-to-load-path))

Add require into your .emacs.

(require 'maximize)

Additional setting

If you want to bind Hot-keys, add setting lines like below.

(global-set-key [f9] 'maximize-toggle-frame-vmax)
(global-set-key [f11] 'maximize-toggle-frame-hmax)

Screen shots

  • normal

normal

  • maximized vertically

vertical

  • maximized horizontally

horizontal

  • maximized both (like a full screen)

both

About

Maximize your emacs frames vertically or horizontally.

Resources

Stars

Watchers

Forks

Packages

No packages published