mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Add some desctiptions.
This commit is contained in:
parent
593f581952
commit
e279915b51
1 changed files with 9 additions and 3 deletions
|
@ -1027,9 +1027,15 @@ enabled."
|
|||
|
||||
;; Be compatible with Emacs 25.
|
||||
(defvar-local doom-modeline-column-zero-based
|
||||
(or (bound-and-true-p column-number-indicator-zero-based) t))
|
||||
(or (bound-and-true-p column-number-indicator-zero-based) t)
|
||||
"When non-nil, mode line displays column numbers zero-based.
|
||||
See `column-number-indicator-zero-based'.")
|
||||
|
||||
(defvar-local doom-modeline-percent-position
|
||||
(or (bound-and-true-p mode-line-percent-position) '(-3 "%p")))
|
||||
(or (bound-and-true-p mode-line-percent-position) '(-3 "%p"))
|
||||
"Specification of \"percentage offset\" of window through buffer.
|
||||
See `mode-line-percent-position'.")
|
||||
|
||||
(setq-default mode-line-position
|
||||
'((line-number-mode
|
||||
(column-number-mode
|
||||
|
|
Loading…
Reference in a new issue