This commit is contained in:
Gerard Vermeulen 2024-02-11 16:19:39 +01:00
parent 8602371251
commit 58d9e9a2ca
1 changed files with 1 additions and 1 deletions

View File

@ -2621,7 +2621,7 @@ region becomes the block BODY. Otherwise, insert an empty block."
(end-of-line)))))
(with-eval-after-load 'org
(keymap-set org-mode-map "C-c C-;" #'org-insert-source-block))
(keymap-set org-mode-map "C-c C-;" #'org-insert-source-block))
#+end_src
#+caption[Setup =org-src=]: