diff options
author | Case Duckworth | 2021-10-05 20:20:42 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-05 20:20:42 -0500 |
commit | 352f18559ca2f583ecbf161fb3f938952d7e26c4 (patch) | |
tree | 87396b090282d15405699c70e6a0f7613f236b83 /lisp/acdw-modeline.el | |
parent | Correct bug (diff) | |
parent | Replace ytel with ytdious (diff) | |
download | emacs-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.el | 2 |
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) |