1
0
Fork 0

oni-core: Remove buffer position from mode-line

This commit is contained in:
Tom Willemsen 2025-01-02 15:33:51 -08:00
parent 48beb4b710
commit 0598c15bfc

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; 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. ;;; Get rid of the default help tooltip on the mode-line.
(setq mode-line-default-help-echo nil) (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" (setq user-full-name "Tom Willemse"
user-mail-address "tom@ryuslash.org") user-mail-address "tom@ryuslash.org")