Emacs: Don't display percentage in modeline.
This commit is contained in:
parent
b670a0430b
commit
35b541befb
|
@ -1,6 +1,6 @@
|
|||
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-02-20T18:49:00+0100>
|
||||
;; Time-stamp: <2020-03-07T20:20:36+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -72,6 +72,7 @@
|
|||
:custom
|
||||
(doom-modeline-minor-modes t)
|
||||
(doom-modeline-buffer-file-name-style 'truncate-except-project)
|
||||
(mode-line-percent-position nil) ; Don't didplay percentage in modeline.
|
||||
|
||||
:hook
|
||||
(after-init . doom-modeline-mode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user