From f27b803f464fd576c9ee2ebcec7f5e4d1bb5a184 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 2 May 2024 08:53:53 +0100 Subject: [PATCH] modeline: enable line-number, column-number, size and time modes --- init.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index e133c25..ce91c13 100644 --- a/init.el +++ b/init.el @@ -497,12 +497,6 @@ Try `magit-clone-default-directory' if available, fall back to 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) (use-package doom-modeline @@ -524,6 +518,11 @@ Try `magit-clone-default-directory' if available, fall back to :config (doom-modeline-mode +1)) +(line-number-mode +1) +(column-number-mode +1) +(size-indication-mode +1) +(display-time-mode +1) + (require 'battery) (when (and battery-status-function (not ( string-match-p "unknown"