summary refs log tree commit diff stats
path: root/lisp/acdw-modeline.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-05 20:20:42 -0500
committerCase Duckworth2021-10-05 20:20:42 -0500
commit352f18559ca2f583ecbf161fb3f938952d7e26c4 (patch)
tree87396b090282d15405699c70e6a0f7613f236b83 /lisp/acdw-modeline.el
parentCorrect bug (diff)
parentReplace ytel with ytdious (diff)
downloademacs-352f18559ca2f583ecbf161fb3f938952d7e26c4.tar.gz
emacs-352f18559ca2f583ecbf161fb3f938952d7e26c4.zip
Merge branch 'main' of github.com:duckwork/.emacs.d
Diffstat (limited to 'lisp/acdw-modeline.el')
-rw-r--r--lisp/acdw-modeline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index 21068bd..573a964 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el
@@ -147,7 +147,7 @@ is, if point < mark."
147 (5 " C%C"))) 147 (5 " C%C")))
148 " ")) 148 " "))
149 (file-percentage-mode 149 (file-percentage-mode
150 (7 "%p%% ")) 150 ((-3 "%p") "%% "))
151 ,(if (region-active-p) 151 ,(if (region-active-p)
152 (propertize (format "%s%-5d" 152 (propertize (format "%s%-5d"
153 (if (and (mark) 153 (if (and (mark)