summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index dc34927..fb4a2f1 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -97,8 +97,8 @@
(spaceline-define-segment buffer-position
"Buffer position in percent"
- (format "%3d%%%%" (/ (* 100 (- (line-number-at-pos) 1))
- (max 1 (count-lines (point-min) (point-max))))))
+ (format "%3d%%%% " (/ (* 100 (- (line-number-at-pos) 1))
+ (max 1 (count-lines (point-min) (point-max))))))
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)