mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(toggle-case-fold-search): New command.
(menu-bar-options-menu): Put that in the menu.
This commit is contained in:
parent
e9b8e22d7e
commit
3f51f129bc
@ -415,6 +415,10 @@ Do the same for the keys of the same name."
|
||||
(setq uniquify-buffer-name-style
|
||||
(if (not uniquify-buffer-name-style)
|
||||
'forward))))
|
||||
(define-key menu-bar-options-menu [case-fold-search]
|
||||
(menu-bar-make-toggle toggle-case-fold-search case-fold-search
|
||||
"Case folding in searches"
|
||||
"Case folding in searches %s"))
|
||||
(define-key menu-bar-options-menu [transient-mark-mode]
|
||||
(menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode
|
||||
"Transient Mark Mode (highlights region)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user