Skip to content

Commit

Permalink
Added one more example on how to configure the mode line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Odland committed May 27, 2019
1 parent 8bcda54 commit 637dacf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bm.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
;;



Expand Down

0 comments on commit 637dacf

Please sign in to comment.