From a79d731f3243f6aeddc35bf656d0510fc3933280 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 22 Jun 2020 15:22:54 +0200 Subject: [PATCH] change mode-line-format --- bundle/custom_win32_EVG02667NB.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bundle/custom_win32_EVG02667NB.el b/bundle/custom_win32_EVG02667NB.el index 096ce1b7..a9a5416c 100644 --- a/bundle/custom_win32_EVG02667NB.el +++ b/bundle/custom_win32_EVG02667NB.el @@ -19,6 +19,14 @@ '(initial-frame-alist nil) '(ls-lisp-dirs-first t) '(menu-bar-mode nil) + '(mode-line-format + (quote + ("-" mode-line-mule-info mode-line-modified mode-line-frame-identification mode-line-buffer-identification " " mode-line-position mode-line-modes + (which-func-mode + ("" which-func-format "--")) + (global-mode-string + ("--" global-mode-string)) + "-%-"))) '(olivetti-body-width 90) '(olivetti-lighter " Olv") '(olivetti-minimum-body-width 80)