oni-core: Remove buffer position from mode-line
This commit is contained in:
parent
48beb4b710
commit
0598c15bfc
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue