Emacs: Don't display percentage in modeline.

This commit is contained in:
tastytea 2020-03-07 20:20:52 +01:00
parent b670a0430b
commit 35b541befb
1 changed files with 2 additions and 1 deletions

View File

@ -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)