izawa / maximize

Maximize your emacs frames vertically or horizontally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Emacs Lisp 100.0%