diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el index f3e1cb5..04ffd95 100644 --- a/init.el +++ b/init.el | |||
@@ -2063,8 +2063,11 @@ the default is \"/\"." | |||
2063 | left | 2063 | left |
2064 | (propertize " " | 2064 | (propertize " " |
2065 | 'display (el-patch-swap | 2065 | 'display (el-patch-swap |
2066 | `(space :align-to (- right ,reserve)) | 2066 | `((space :align-to (- right ,reserve))) |
2067 | `(space :align-to (- right (- 0 right-margin) ,reserve))) | 2067 | `((space :align-to |
2068 | (- right | ||
2069 | (- 1 right-fringe right-margin) | ||
2070 | ,reserve)))) | ||
2068 | 'face '(:inherit simple-modeline-space)) | 2071 | 'face '(:inherit simple-modeline-space)) |
2069 | right)))) | 2072 | right)))) |
2070 | 2073 | ||