modeline: enable line-number, column-number, size and time modes
This commit is contained in:
parent
59a75a0c52
commit
f27b803f46
11
init.el
11
init.el
|
@ -497,12 +497,6 @@ Try `magit-clone-default-directory' if available, fall back to
|
||||||
cleanup
|
cleanup
|
||||||
auto-cleanup)))
|
auto-cleanup)))
|
||||||
|
|
||||||
(line-number-mode -1)
|
|
||||||
(column-number-mode -1)
|
|
||||||
(size-indication-mode -1)
|
|
||||||
(display-battery-mode -1)
|
|
||||||
(display-time-mode -1)
|
|
||||||
|
|
||||||
(setq mode-line-compact 'long)
|
(setq mode-line-compact 'long)
|
||||||
|
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
|
@ -524,6 +518,11 @@ Try `magit-clone-default-directory' if available, fall back to
|
||||||
:config
|
:config
|
||||||
(doom-modeline-mode +1))
|
(doom-modeline-mode +1))
|
||||||
|
|
||||||
|
(line-number-mode +1)
|
||||||
|
(column-number-mode +1)
|
||||||
|
(size-indication-mode +1)
|
||||||
|
(display-time-mode +1)
|
||||||
|
|
||||||
(require 'battery)
|
(require 'battery)
|
||||||
(when (and battery-status-function
|
(when (and battery-status-function
|
||||||
(not ( string-match-p "unknown"
|
(not ( string-match-p "unknown"
|
||||||
|
|
Loading…
Reference in a new issue