Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
51ad13dc
Commit
51ad13dc
authored
Oct 06, 2007
by
Juri Linkov
Browse files
(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
parent
e65f7c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/bindings.el
lisp/bindings.el
+1
-2
No files found.
lisp/bindings.el
View file @
51ad13dc
...
...
@@ -1041,8 +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
)
;; (define-key esc-map "g" 'fill-region)
(
define-key
esc-map
"q"
'fill-paragraph-or-region
)
(
define-key
ctl-x-map
"."
'set-fill-prefix
)
(
define-key
esc-map
"{"
'backward-paragraph
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment