From 569d7a8415f8a593b98818d095e18c0d2c4ab67d Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 18 Sep 2020 15:34:18 +0200 Subject: Add header-info package --- emacs-init.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 4237164..6883fa3 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -339,7 +339,15 @@ leaves a gap at the bottom. This removes it. #+BEGIN_SRC emacs-lisp (setq frame-resize-pixelwise t) #+END_SRC -*** Remove mode line clutter +*** Mode Line & Header Line +=header-info= is an easy way to move part of the mode line information to the header line instead. + +#+begin_src emacs-lisp +(use-package header-info + :straight (:host github :repo "fpiper/header-info" + :branch "master")) +#+end_src +**** Remove mode line clutter #+begin_src emacs-lisp (use-package delight :straight t -- cgit v1.2.3