

Github GitHub - hlissner/emacs-hide-mode-line: An Emacs plugin that hides (or ma...
source link: https://github.com/hlissner/emacs-hide-mode-line
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

hide-mode-line
Provides hide-mode-line-mode
. A minor mode that hides (or masks) the mode-line
in your current buffer. It can be used to toggle an alternative mode-line,
toggle its visibility, or simply disable the mode-line in buffers where it isn't
very useful otherwise.
Extracted from
doom-hide-modeline-mode
in Doom Emacs.
Install
hide-mode-line
is available on MELPA.
M-x package-install hide-mode-line
(require 'hide-mode-line)
Add hide-mode-line-mode
to hooks where you don't want a mode-line, like the
completion-list or org todo/agenda-popup windows, or neotree.
(add-hook 'completion-list-mode-hook #'hide-mode-line-mode) (add-hook 'neotree-mode-hook #'hide-mode-line-mode)
Or replace the mode-line in specific windows:
(let ((hide-mode-line-format '("%b"))) (hide-mode-line-mode +1)) (setq-local hide-mode-line-format '("%b")) (hide-mode-line-mode +1)
Recommend
-
138
Table of Contents Introduction It is a story as old as time. A stubborn, shell-dwelling, and melodramatic vimmer—envious of the features of modern text editors—spirals into despair before he succumbs to the...
-
261
Doom Emacs' Theme Pack A theme megapack for GNU Emacs, inspired by community favorites. Special attention is given for Doom Emacs and
-
97
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 80 million projects.
-
86
README.md
-
68
An Emacs configuration for the stubborn martian vimmer
-
84
README.md doom-emacs-private My private module for doom-emacs. Install git...
-
63
Join GitHub today GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
-
10
Company Dictionary This simple company backend emulates ac-source-dictionary and vim's dictionary omnicompletion (C-x C-k). It's much like com...
-
10
pug-mode pug-mode offers Emacs support for Pug. Unlike jade-mode, it is based off of slim-mode. Installation...
-
6
Tinder’s incognito mode hides your profile from people you don’t like / You’ll need a Tinder subscription if you want to browse profiles without showing up in their recommendations, though.By...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK