summary refs log tree commit diff stats
path: root/lisp/acdw-modeline.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-28 23:08:17 -0500
committerCase Duckworth2021-08-28 23:09:00 -0500
commit782cc6e31b08d73dfe4b0770f0cf6a20fc9d9859 (patch)
tree049786c11ab2ba1610fd311bcb5415f01dff8ae7 /lisp/acdw-modeline.el
parentDON'T FORGET! PRIVATE.EL! ZNC! (diff)
downloademacs-782cc6e31b08d73dfe4b0770f0cf6a20fc9d9859.tar.gz
emacs-782cc6e31b08d73dfe4b0770f0cf6a20fc9d9859.zip
Change to circe
Diffstat (limited to 'lisp/acdw-modeline.el')
-rw-r--r--lisp/acdw-modeline.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index df2811f..6a11418 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el
@@ -155,6 +155,11 @@ is, if point < mark."
155 " (%-d)") 155 " (%-d)")
156 text-scale-mode-amount))) 156 text-scale-mode-amount)))
157 157
158(defun acdw-modeline/track ()
159 "Display `tracking-mode' information."
160 (when tracking-mode
161 tracking-mode-line-buffers))
162
158(defun acdw-modeline/vc-branch () 163(defun acdw-modeline/vc-branch ()
159 "Display the version control branch of the current buffer in the modeline." 164 "Display the version control branch of the current buffer in the modeline."
160 ;; from https://www.gonsie.com/blorg/modeline.html, from Doom 165 ;; from https://www.gonsie.com/blorg/modeline.html, from Doom