feat: hide-mode-line-mode
This commit is contained in:
@@ -11,6 +11,17 @@
|
|||||||
:config
|
:config
|
||||||
(popper-mode 1))
|
(popper-mode 1))
|
||||||
|
|
||||||
|
;; An optional dependency of `doom-popup'. As the name suggests, it provides a
|
||||||
|
;; minor mode that hides the mode-line. `doom-popup' will automatically enable
|
||||||
|
;; it in popup windowss.
|
||||||
|
(use-package hide-mode-line
|
||||||
|
:commands hide-mode-line-mode
|
||||||
|
:preface
|
||||||
|
;; `doom-popup' tests (boundp 'hide-mode-line-mode) before it tries enabling
|
||||||
|
;; or disabling the mode. We must define this because `hide-mode-line' does
|
||||||
|
;; not autoload it.
|
||||||
|
(defvar hide-mode-line-mode nil))
|
||||||
|
|
||||||
(use-package doom-popup
|
(use-package doom-popup
|
||||||
:straight (:type git
|
:straight (:type git
|
||||||
:host gitlab
|
:host gitlab
|
||||||
|
|||||||
Reference in New Issue
Block a user