* lisp/menu-bar.el (menu-bar-options-save):
Add global-display-line-numbers-mode. (Bug#28396)
This commit is contained in:
parent
17fc74d1b9
commit
daa959efbc
1 changed files with 2 additions and 1 deletions
|
@ -669,7 +669,8 @@ The selected font will be the default on both the existing and future frames."
|
||||||
(let ((need-save nil))
|
(let ((need-save nil))
|
||||||
;; These are set with menu-bar-make-mm-toggle, which does not
|
;; These are set with menu-bar-make-mm-toggle, which does not
|
||||||
;; put on a customized-value property.
|
;; put on a customized-value property.
|
||||||
(dolist (elt '(line-number-mode column-number-mode size-indication-mode
|
(dolist (elt '(global-display-line-numbers-mode
|
||||||
|
line-number-mode column-number-mode size-indication-mode
|
||||||
cua-mode show-paren-mode transient-mark-mode
|
cua-mode show-paren-mode transient-mark-mode
|
||||||
blink-cursor-mode display-time-mode display-battery-mode
|
blink-cursor-mode display-time-mode display-battery-mode
|
||||||
;; These are set by other functions that don't set
|
;; These are set by other functions that don't set
|
||||||
|
|
Loading…
Add table
Reference in a new issue