mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.
This commit is contained in:
parent
b2d35abb42
commit
792eb7196d
@ -1041,7 +1041,7 @@ language you are using."
|
||||
(define-key ctl-x-map "rw" 'window-configuration-to-register)
|
||||
(define-key ctl-x-map "rf" 'frame-configuration-to-register)
|
||||
|
||||
(define-key esc-map "q" 'fill-paragraph-or-region)
|
||||
(define-key esc-map "q" 'fill-paragraph)
|
||||
(define-key ctl-x-map "." 'set-fill-prefix)
|
||||
|
||||
(define-key esc-map "{" 'backward-paragraph)
|
||||
|
Loading…
Reference in New Issue
Block a user