Preserve the "C-x SPC" for `rectangle-mark-mode'
This commit is contained in:
parent
8d94e433f3
commit
5974a1c84a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user