summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-09-18 15:34:18 +0200
committerfpi2020-09-28 12:01:50 +0200
commit569d7a8415f8a593b98818d095e18c0d2c4ab67d (patch)
tree1cd037050a869406d937041491135785256f0bb0 /emacs-init.org
parentDelight whitespace-mode, which-key-mode (diff)
Add header-info package
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org10
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