Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bamboo/hidden-mode-line-pack

Emacs mode for hiding the mode-line
https://github.com/bamboo/hidden-mode-line-pack

Last synced: 10 days ago
JSON representation

Emacs mode for hiding the mode-line

Awesome Lists containing this project

README

        

## hidden-mode-line-mode

A minor Emacs mode for hiding the mode-line by [Bastien Guerry](http://bzg.fr/emacs-hide-mode-line.html).

## Installation

git clone into your ~/.live-packs directory and add
```lisp
(live-add-packs '(~/.live-packs/hidden-mode-line-pack))
;; If you want to hide the mode-line in every buffer by default
;; (add-hook 'after-change-major-mode-hook 'hidden-mode-line-mode)
```
to your ~/.emacs-live.el