diff options
author | fpi | 2020-09-18 15:34:18 +0200 |
---|---|---|
committer | fpi | 2020-09-28 12:01:50 +0200 |
commit | 569d7a8415f8a593b98818d095e18c0d2c4ab67d (patch) | |
tree | 1cd037050a869406d937041491135785256f0bb0 | |
parent | Delight whitespace-mode, which-key-mode (diff) |
Add header-info package
-rw-r--r-- | emacs-init.org | 10 |
1 files changed, 9 insertions, 1 deletions
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 |