Preserve the "C-x SPC" for `rectangle-mark-mode'

This commit is contained in:
Gerard Vermeulen 2022-09-03 15:31:10 +02:00
parent 8d94e433f3
commit 5974a1c84a
1 changed files with 1 additions and 1 deletions

View File

@ -1977,7 +1977,7 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
(define-key org-mode-map
(kbd "C-c <SPC>") #'org-inactive-current-time-stamp)
(define-key org-mode-map
(kbd "C-x <SPC>") #'org-active-current-time-stamp)
(kbd "C-c C-<SPC>") #'org-active-current-time-stamp)
(define-key org-mode-map (kbd "$") #'org-electric-dollar)
(define-key org-mode-map (kbd "M-q") #'org-fill-paragraph)))
#+end_src