From 0598c15bfc336d4dffd76baae32937f64f51eb67 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 2 Jan 2025 15:33:51 -0800 Subject: [PATCH] oni-core: Remove buffer position from mode-line --- oni-core.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oni-core.el b/oni-core.el index c3d78b0..9562af9 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2024.1014.135848 +;; Version: 2025.0102.153327 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame) ;; This program is free software; you can redistribute it and/or modify @@ -149,6 +149,10 @@ _s_: String list" ;;; Get rid of the default help tooltip on the mode-line. (setq mode-line-default-help-echo nil) +;;; Remove the top/bottom/% display of the buffer position. I don't think I've +;;; ever looked at it. +(setq mode-line-position (cdr mode-line-position)) + (setq user-full-name "Tom Willemse" user-mail-address "tom@ryuslash.org")