Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bamboo/hidden-mode-line-pack
- Owner: bamboo
- Created: 2014-03-29T13:17:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-29T13:19:37.000Z (over 10 years ago)
- Last Synced: 2023-03-11T02:34:59.991Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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