From 637dacf4cb9112fdfb949706a704dd53cbe79c7e Mon Sep 17 00:00:00 2001 From: Jo Odland Date: Mon, 27 May 2019 23:10:12 +0200 Subject: [PATCH] Added one more example on how to configure the mode line. --- bm.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bm.el b/bm.el index 492f9cd..97afb8c 100644 --- a/bm.el +++ b/bm.el @@ -145,11 +145,15 @@ ;; ;; Since there are number of different packages that helps with ;; configuring the mode line, it is hard to provide integrations. -;; Below is an example on how to add it to the standard Emacs mode +;; Below is two examples on how to add it to the standard Emacs mode ;; line: ;; ;; (add-to-list 'mode-line-position '(:eval (bm-modeline-info)) t) - +;; +;; or +;; +;; (setq global-mode-string '(:eval (bm-modeline-info))) +;;