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
5e2a0ae4
Commit
5e2a0ae4
authored
Jul 29, 1993
by
Richard M. Stallman
Browse files
(calendar-mode-map): Bind C-SPC.
parent
e6258b33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+2
-0
No files found.
lisp/calendar/calendar.el
View file @
5e2a0ae4
...
...
@@ -1405,6 +1405,8 @@ the inserted text. Value is always t."
(
define-key
calendar-mode-map
"\e<"
'calendar-beginning-of-year
)
(
define-key
calendar-mode-map
"\e>"
'calendar-end-of-year
)
(
define-key
calendar-mode-map
"\C-@"
'calendar-set-mark
)
;; Many people are used to typing C-SPC and getting C-@.
(
define-key
calendar-mode-map
[?\C-\ ]
'calendar-set-mark
)
(
define-key
calendar-mode-map
"\C-x\C-x"
'calendar-exchange-point-and-mark
)
(
define-key
calendar-mode-map
"\e="
'calendar-count-days-region
)
(
define-key
calendar-mode-map
"gd"
'calendar-goto-date
)
...
...
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